Skip to content

Instantly share code, notes, and snippets.

@strawburrypokki
Created April 19, 2018 08:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strawburrypokki/b07cc219415db6bfd7a47da161c87519 to your computer and use it in GitHub Desktop.
Save strawburrypokki/b07cc219415db6bfd7a47da161c87519 to your computer and use it in GitHub Desktop.
Git Cheatsheet
git archive --format=zip --prefix=directory/ -o deployment.zip HEAD $(git diff --name-only tags/v0.19.1 HEAD)
@pxtxs
Copy link

pxtxs commented Mar 22, 2019

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment