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