github 学习总结

 之前我不喜欢读英文,但是如果你试着读读,你会变得更加优秀:

https://guides.github.com/activities/hello-world/

Step 1. Create a Repository

In the upper right corner, next to your avatar or identicon, click

  1. and then select New repository.
  2. Name your repository hello-world.
  3. Write a short description.
  4. Select Initialize this repository with a README.

 

Step 2. Create a Branch

  1. Go to your new repository hello-world.
  2. Click the drop down at the top of the file list that says branch: master.
  3. Type a branch name, readme-edits, into the new branch text box.
  4. Select the blue Create branch box or hit “Enter” on your keyboard

Step 3. Make and commit changes

 

  1. Click the README.md file.
  2. Click the
  3. pencil icon in the upper right corner of the file view to edit.
  4. In the editor, write a bit about yourself.
  5. Write a commit message that describes your changes.
  6. Click Commit changes button.

Step 4. Open a Pull Request

git 序

主要还是通过Git教程 - 廖雪峰的官方网站来学习。简要步骤可以直接看最后的总结。

 

posted @ 2016-06-16 14:00  赤子之心_timefast  阅读(234)  评论(0编辑  收藏  举报