Skip to content

Instantly share code, notes, and snippets.

@badah
Created February 7, 2017 21:22
Show Gist options
  • Save badah/f1d4e624eb60405669b6fb1842142069 to your computer and use it in GitHub Desktop.
Save badah/f1d4e624eb60405669b6fb1842142069 to your computer and use it in GitHub Desktop.
Git: make a zip package with modified files in release branch
git archive -o <repo.zip> HEAD $(git diff --name-only <release-branch> master)
@badah
Copy link
Author

badah commented Feb 7, 2017

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