首页 > 其他 > 详细

Git Sophisticated Commands

时间:2015-09-29 16:22:02      阅读:216      评论:0      收藏:0      [点我收藏+]
    1. Compare two branches: branch_1 and branch_2:
      git diff branch_1…branch_2
    2. Merge specified files of one branch(e.g. branch_name) into current branch:
      git checkout branch_name ./src/…/file1 ./src/…/file2 ./src/…/file3
    3. Change the committed comments:
      git commit --amend
      

       

Git Sophisticated Commands

原文:http://www.cnblogs.com/kid551/p/4846457.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!