Skip to content

Instantly share code, notes, and snippets.

View dtateii's full-sized avatar

Dave Tate dtateii

View GitHub Profile
@dtateii
dtateii / Package up an FTP Deployment
Last active April 21, 2016 20:45
Recursively copy changed files between two Git tags (or commits) to another location.
git diff --name-only v0.3 v0.4 | xargs -I{} rsync -Rv "{}" ~/Desktop/destination-dir/