Skip to content

Instantly share code, notes, and snippets.

@aaronshaf
Created June 5, 2013 18:17
Show Gist options
  • Select an option

  • Save aaronshaf/5715972 to your computer and use it in GitHub Desktop.

Select an option

Save aaronshaf/5715972 to your computer and use it in GitHub Desktop.
Rough git equivalent to "svn export"
git archive master | tar -x -C ~/somewhere/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment