Skip to content

Instantly share code, notes, and snippets.

@jamztang
Created September 2, 2011 08:11
Show Gist options
  • Save jamztang/1188151 to your computer and use it in GitHub Desktop.
Save jamztang/1188151 to your computer and use it in GitHub Desktop.
Using rsync to extract code out of .git
rsync_xcode_clean () { rsync -av $1 --exclude "DerivedData" --exclude "build" --exclude ".git" $2; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment