Skip to content

Instantly share code, notes, and snippets.

@bigorn0
Created July 22, 2016 10:00
Show Gist options
  • Save bigorn0/5c62c54ef2e8e2ded051a5cb16cbb76f to your computer and use it in GitHub Desktop.
Save bigorn0/5c62c54ef2e8e2ded051a5cb16cbb76f to your computer and use it in GitHub Desktop.
PRO TIP: Transfer git repo without `.git` folder using tar.gz | ssh `git archive HEAD | gzip -c | ssh <host> 'tar -zxvf -'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment