jack-zheng
9/3/2018 - 11:18 AM

git, syntax

git, syntax

Find commit by commit message

git log --all --grep='PLA-1234'

Show file change of a commit

git diff --name-only HashCode^ HashCode #这个可能有更好的解决方案, 暂时没找到