之前我不喜欢读英文,但是如果你试着读读,你会变得更加优秀:
https://guides.github.com/activities/hello-world/
Step 1. Create a Repository
In the upper right corner, next to your avatar or identicon, click
- and then select New repository.
- Name your repository
hello-world
. - Write a short description.
- Select Initialize this repository with a README.
Step 2. Create a Branch
- Go to your new repository
hello-world
. - Click the drop down at the top of the file list that says branch: master.
- Type a branch name,
readme-edits
, into the new branch text box. - Select the blue Create branch box or hit “Enter” on your keyboard
Step 3. Make and commit changes
- Click the
README.md
file. - Click the
- pencil icon in the upper right corner of the file view to edit.
- In the editor, write a bit about yourself.
- Write a commit message that describes your changes.
- Click Commit changes button.
Step 4. Open a Pull Request
git 序
主要还是通过Git教程 - 廖雪峰的官方网站来学习。简要步骤可以直接看最后的总结。