Skip to content

Instantly share code, notes, and snippets.

@lichenbuliren
Created May 12, 2017 02:49
Show Gist options
  • Save lichenbuliren/ec0758ed29cfc7b0e1f678fc02ce4de5 to your computer and use it in GitHub Desktop.
Save lichenbuliren/ec0758ed29cfc7b0e1f678fc02ce4de5 to your computer and use it in GitHub Desktop.
git 相关操作技巧收纳
## 获取最新一次提交的文件改动列表
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