git的初步使用

最近在探索graniteDS的应用,示例代码需要通过git来下载。gitclonehttp://github.com/graniteds-tutorials/graniteds-tutorial-chat.git下载后默认的版本是master,如果需要切换到比较旧的版本需要使用如下命令列出版本的hash列表gitls-remote这时github会返回如下信息From...

最近在探索graniteDS的应用,示例代码需要通过git来下载。

git clone http://github.com/graniteds-tutorials/graniteds-tutorial-chat.git

下载后默认的版本是master,如果需要切换到比较旧的版本需要使用如下命令


列出版本的hash列表

git ls-remote

这时github会返回如下信息

From http://github.com/graniteds-tutorials/graniteds-tutorial-chat.git
a3b67a3ba0ce1fd71ee3c620296912eebc4a54d1        HEAD
a3b67a3ba0ce1fd71ee3c620296912eebc4a54d1        refs/heads/master
0ecff3e669968d305dffbc383f954ff5ebd1db83        refs/tags/3.0.4.GA
b3e649f4ffc861119f044b49494e923b0e1394d9        refs/tags/3.1.0.M1
03622aceec1037ef42861f9a2f871d789a2fee29        refs/tags/3.1.0.RC1

选择需要切换到的版本,例如3.0.4.GA

git checkout 0ecff3e669968d305dffbc383f954ff5ebd1db83

如此就能正确使用旧版本的graniteDS了

转载于:https://blog.51cto.com/ccjava/1605472

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐

  • 浏览量 42
  • 收藏 0
  • 0

所有评论(0)

查看更多评论 
已为社区贡献8条内容