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

git 查看文件修改

时间:2014-11-25 16:12:07      阅读:805      评论:0      收藏:0      [点我收藏+]

标签:sp   文件   on   log   bs   nbsp   file   br   git   

查看某个文件的修改历史:

  用git log -p filename。 

  git blame filename是查看目前的每一行是哪个提交最后改动的。

 

查看某次提交修改列表:

    git show 版本号  (列出详细

       git show --name-only 版本号 (改动文件列表

 

查看某个文件某次提交的修改详细

  git show 版本号 文件名

 

git 查看文件修改

标签:sp   文件   on   log   bs   nbsp   file   br   git   

原文地址:http://www.cnblogs.com/prettyisshit/p/4120919.html

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