Created
September 3, 2015 22:52
-
-
Save angrytoast/3ce6311e9554f4347e16 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
| [color] | |
| ui = auto | |
| [color "branch"] | |
| current = yellow reverse | |
| local = yellow | |
| remote = green | |
| [color "diff"] | |
| meta = white bold | |
| frag = magenta ul | |
| old = red | |
| new = green bold | |
| [color "status"] | |
| added = green reverse | |
| changed = yellow | |
| untracked = cyan ul | |
| [alias] | |
| st = status | |
| ci = commit | |
| br = branch | |
| co = checkout | |
| df = diff | |
| dc = diff --cached | |
| lg = log -p | |
| lol = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
| lola = log --graph --decorate --pretty=oneline --abbrev-commit --all | |
| ls = ls-files | |
| s = status --short | |
| status = pull |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment