Skip to content

Instantly share code, notes, and snippets.

@wongsyrone
Last active March 5, 2019 10:25
Show Gist options
  • Save wongsyrone/b7083ffa79b3307a228d2ffea01f44ea to your computer and use it in GitHub Desktop.
Save wongsyrone/b7083ffa79b3307a228d2ffea01f44ea to your computer and use it in GitHub Desktop.
git create tarball
git stash create
git archive --worktree-attributes --verbose --format=tar.gz --prefix="openssl-1.1.1b-dev/" HEAD > "openssl-1.1.1b-dev.tar.gz"
git archive --worktree-attributes --verbose --format=tar.gz --prefix="openssl-1.1.1c-dev/" f31b2ceb9560f46cbef98ff84227c7f7f0e1516f > "openssl-1.1.1c-dev.tar.gz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment