Skip to content

Instantly share code, notes, and snippets.

@alexgalkin
Last active May 14, 2024 20:44
Show Gist options
  • Save alexgalkin/1b7f460f35b94b72c4d6f4215ab7b77f to your computer and use it in GitHub Desktop.
Save alexgalkin/1b7f460f35b94b72c4d6f4215ab7b77f to your computer and use it in GitHub Desktop.
Git Export project to ZIP
git archive --format zip --output /tmp/dev-project.zip main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment