Skip to content

Instantly share code, notes, and snippets.

@zol
Created February 9, 2014 20:38
Show Gist options
  • Save zol/8905602 to your computer and use it in GitHub Desktop.
Save zol/8905602 to your computer and use it in GitHub Desktop.
Copy directory tree excluding .git directories
rsync -av --exclude='.git*' src dest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment