Created
May 25, 2016 08:59
-
-
Save laurencedorman/6ac28c4ed1d642b87154fcaf0797d958 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [alias] | |
| rb = rebase | |
| undo = reset --soft HEAD^ | |
| st = status | |
| ci = commit | |
| br = branch | |
| co = checkout | |
| df = diff | |
| lg = log -p | |
| lp = log --pretty=oneline --graph --all | |
| lpr = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
| lo = log --oneline | |
| fa = fetch --all | |
| fetchap = fetch --all --prune | |
| pullf = pull --ff-only | |
| mergenf = merge --no-ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment