Created
May 29, 2014 01:21
-
-
Save jasonglisson/452de3a17429582e1cb9 to your computer and use it in GitHub Desktop.
Rsync using Git
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 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