Skip to content

Instantly share code, notes, and snippets.

@jasonglisson
Created May 29, 2014 01:21
Show Gist options
  • Save jasonglisson/452de3a17429582e1cb9 to your computer and use it in GitHub Desktop.
Save jasonglisson/452de3a17429582e1cb9 to your computer and use it in GitHub Desktop.
Rsync using Git
git diff --name-only v0.3 v0.4 | xargs -I{} rsync -Rv "{}" ~/Desktop/destination-dir/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment