码迷,mamicode.com
首页 > 其他好文 > 详细

SPM——How to use github

时间:2015-04-20 22:20:18      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:

  In this semester, we take a class called ‘Software Project Management‘. And in this class, we have learnt a lot about managing projects. Last week, teacher Wang asked us to use github to practice managing projects. So I want to write something about how to use github.

 

1.create repository

  This is the first step using github, which is the most important. And I will show you some pictures about how I do these steps.

  技术分享

  The first sentence is making a directory to store my projects.

  The second sentence is entering the directory.

  The third sentence is showing the path of the directory.

  The last sentence is creating the repository.

2.commit project

  技术分享

  The first sentence is adding the .txt file to the index(not commit).

  The second sentence is adding the .txt file to the working directory.

3.Check wheather my project is changed

  技术分享 

  From this sentence, we can find out that the ‘github.txt‘ has been changed.

4.Find out the difference

  技术分享

  From this sentence, we can find out that I add a sentence to the ‘github.txt‘.

5.Reset version

  技术分享

  The "git log" sentence is used to check the version of the project.

  And we can use reset --hard HEAD^ to reset the version.

 

All above are some simple usage of the git. I will write more things later. Thanks~

To be professional.

SPM——How to use github

标签:

原文地址:http://www.cnblogs.com/wuditju/p/4442620.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!