Skip to content

Instantly share code, notes, and snippets.

@andersonmadeira
Created October 31, 2018 20:59
Show Gist options
  • Save andersonmadeira/e06e720618f25e0f283fc73606b7c539 to your computer and use it in GitHub Desktop.
Save andersonmadeira/e06e720618f25e0f283fc73606b7c539 to your computer and use it in GitHub Desktop.
Gerar um zip com os arquivos modificados dos dois ultimos commits
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