记录点滴

Home Archives About
2017-04-26
git

git blame / log

git常用

blame

1
2
git blame path/to/your/file
svn blame path/to/your/file

只能看当前状态下,每一行的改动者

搜索所有的修改历史,全仓库历史 blame遇到stash冲突

1
git log -p -M --follow --stat -- path/to/your/file

可以查找所有历史中,每一行的改动者

Share
Newer
Hello World
Older
shell shuffle file lines

分类

  • bigflow
  • cpp
  • django
  • git
  • json
  • leetcode
  • linux
  • mongodb
  • mysql
  • note
  • opencv
  • python
  • redis

标签

  • 2d-array
  • bigflow
  • binary tree
  • hadoop
  • lambda
  • leetcode
  • python
  • python3

标签云

2d-array bigflow binary tree hadoop lambda leetcode python python3

归档

  • 一月 2020
  • 十二月 2018
  • 十一月 2018
  • 十月 2018
  • 九月 2018
  • 八月 2018
  • 三月 2018
  • 二月 2018
  • 一月 2018
  • 十一月 2017
  • 十月 2017
  • 九月 2017
  • 四月 2017
  • 二月 2017
  • 十一月 2012
  • 十月 2012

最新文章

  • Python requests 超时 异常捕捉
  • mysql distinct count group by
  • (no title)
  • Subarray Sum Equals K
  • Path Sum III
© 2020 Krevy Li
Powered by Hexo
Home Archives About