May 13, 2021

GitHub Operation Related

How to create an empty folder in GitHub repository?

  1. Go to the folder inside the folder that you want to create in

  2. Click on New file

    1
  3. On the text field for the file name, write the folder name you want to use

    2
  4. Then type /. This creates a folder

    3
  5. If you want to create a new file in that folder, give the new file a name

    4
  6. Click Commit new file

QQ图片20210514002308

How to create a pull request in GitHub?

  1. Find a project that you want to contribute to

  2. Click Fork

    屏幕截图 2021-05-13 231324
  3. Clone to your local system

  4. Create a new branch

  5. Make changes that you want

  6. Push it back to your repo

  7. Click the compare & pull request button

  8. Click Create pull request to open a new pull request



Reference

About this Post

This post is written by Andy, licensed under CC BY-NC 4.0.

#GitHub