Skip to content

Instantly share code, notes, and snippets.

@bandwidthcrunch
Created February 18, 2013 10:12
Show Gist options
  • Save bandwidthcrunch/4976391 to your computer and use it in GitHub Desktop.
Save bandwidthcrunch/4976391 to your computer and use it in GitHub Desktop.
pull .git dirs fromn checkedout dir and push in old dir
rsync -avz --include "*/" --include "**.svn**" --exclude "*" just-checked-out/ old-and-modified/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment