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

原文地址:https://www.cnblogs.com/jjtx/p/4682076.html