Skip to content

Instantly share code, notes, and snippets.

@eslam-mahmoud
Last active August 6, 2018 21:58
Show Gist options
  • Save eslam-mahmoud/4833843251992746102eb49755b95b50 to your computer and use it in GitHub Desktop.
Save eslam-mahmoud/4833843251992746102eb49755b95b50 to your computer and use it in GitHub Desktop.
#export branch to zip file
git archive --format zip --output /full/path/to/zipfile.zip master
#fix GIT issues
#Discarding all local commits on this branch
https://sethrobertson.github.io/GitFixUm/fixup.html#discard_all_unpushed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment