Created
October 31, 2018 20:59
-
-
Save andersonmadeira/e06e720618f25e0f283fc73606b7c539 to your computer and use it in GitHub Desktop.
Gerar um zip com os arquivos modificados dos dois ultimos commits
This file contains hidden or 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 diff --name-only HEAD~2 | zip mudancas.zip -@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment