Skip to content

Instantly share code, notes, and snippets.

@twslade
Created July 11, 2012 12:45
Show Gist options
  • Save twslade/3090157 to your computer and use it in GitHub Desktop.
Save twslade/3090157 to your computer and use it in GitHub Desktop.
Magical Git Command
tar cvzf changes.tar.gz `git diff --name-status HEAD~5 HEAD | awk '/^[^D]/ {print $2}'`
git diff --name-status HEAD~1 HEAD | awk '/^[^D]/ {print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment