Skip to content

Instantly share code, notes, and snippets.

@Stepa86
Last active March 17, 2017 19:26
Show Gist options
  • Save Stepa86/61fc5a742e635d2a71c53bf6c80351b2 to your computer and use it in GitHub Desktop.
Save Stepa86/61fc5a742e635d2a71c53bf6c80351b2 to your computer and use it in GitHub Desktop.
git config --global core.quotepath false
git config --global core.autocrlf false
// Изменения файлов последнего коммита в файл
git diff-tree --no-commit-id --name-only -r HEAD > changes.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment