Git
Last updated
git commitgit commit --amendgit loggit log -p <file>git blame <file>dig branch -avgit checkout <branch>git branch <new-branch>git checkout --track <remote/branch>git branch -d <branch>git tag <tag-name>git remote -vgit remote show <remote>git remote add <shortname> <url>git fetch <remote>git pull <remote> <branch>git push <remote> <branch>git branch -dr <remote/branch>git push --tagsgit merge <branch>git rebase <branch>git rebase --abortgit rebase --continuegit mergetoolgit add <resolved-file>git rm <resolved-file>git reset --hard HEADgit checkout HEAD <file>git revert <commit>git reset --hard <commit>git reset <commit>git reset --keep <commit>git help <command>