Skip to content

Instantly share code, notes, and snippets.

@ff6347
Forked from paulvollmer/git_cheat_sheet.md
Created November 22, 2012 15:00
Show Gist options
  • Save ff6347/4131584 to your computer and use it in GitHub Desktop.
Save ff6347/4131584 to your computer and use it in GitHub Desktop.
git cheat sheet

git cheat sheet

switch branch

git checkout [branchname]

rename file/folder

git mv [old] [new]

tags

git tag -a v1 -m "Version 1 release"  
git push --tags  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment