Skip to content

Instantly share code, notes, and snippets.

@lepture
Last active October 7, 2015 03:17
Show Gist options
  • Save lepture/3096635 to your computer and use it in GitHub Desktop.
Save lepture/3096635 to your computer and use it in GitHub Desktop.
git help

Git Help

git branch calendar-branch
git filter-branch --subdirectory-filter lib/calendar calendar-branch
git tag -d 12345
git push origin :refs/tags/12345
git archive HEAD -o yuehu.zip --prefix=yuehu/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment