git 实用操作

查看某文件的某些行的变化历史:

$ git log --pretty=short -u -L 2003,2005:Executor.cpp

http://stackoverflow.com/questions/8435343/retrieve-the-commit-log-for-a-specific-line-in-a-file

 

posted on 2015-07-28 10:27  jjtx  阅读(175)  评论(0编辑  收藏  举报

导航