Created
November 2, 2011 19:34
-
-
Save wraithan/1334648 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 | |
| [advice] | |
| statusHints = false | |
| [merge] | |
| defaultToUpstream = true | |
| [alias] | |
| st = status -sb | |
| me = log --author=Chris | |
| lg = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(cyan)<%an>%Creset' --abbrev-commit --date=relative | |
| last = cat-file commit HEAD | |
| prune-all = remote update --prune | |
| [core] | |
| excludesfile = /home/wraithan/.gitignore | |
| [push] | |
| default = current | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment