Skip to content

Instantly share code, notes, and snippets.

@kakha13
Created July 5, 2024 08:40
Show Gist options
  • Save kakha13/0754682430c87c93aa9cd7d5dd264bce to your computer and use it in GitHub Desktop.
Save kakha13/0754682430c87c93aa9cd7d5dd264bce to your computer and use it in GitHub Desktop.
git: zip latest commit
git archive --format=zip HEAD `git diff --name-only HEAD~1` > changes.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment