Skip to content

Instantly share code, notes, and snippets.

@LearnWebCode
Last active March 14, 2024 16:02
Show Gist options
  • Save LearnWebCode/1bba8f359803988cd532e5383596a4f3 to your computer and use it in GitHub Desktop.
Save LearnWebCode/1bba8f359803988cd532e5383596a4f3 to your computer and use it in GitHub Desktop.
Create a zip file of your current Git branch (ignoring the Git ignored files etc...)
git archive --format=zip --output project.zip HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment