Created
May 12, 2017 02:49
-
-
Save lichenbuliren/ec0758ed29cfc7b0e1f678fc02ce4de5 to your computer and use it in GitHub Desktop.
git 相关操作技巧收纳
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 获取最新一次提交的文件改动列表 | |
git log --name-only --pretty="" -1 || git show --name-only --pretty="" -1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment