Created
July 3, 2012 23:30
-
-
Save tlberglund/3044133 to your computer and use it in GitHub Desktop.
Tim's Global-level Git Config
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] | |
| lol = log --pretty=oneline --abbrev-commit --graph | |
| prr = pull --rebase --recurse-submodules | |
| monkey = !ls -la | |
| sync = "!git pull; git push" | |
| lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- | |
| [github] | |
| user = tlberglund | |
| token = bc58a85fdcb90b6479b3073275d5d194 | |
| [core] | |
| excludesfile = ~/.gitignore | |
| [user] | |
| name = Tim Berglund | |
| email = tlberglund@gmail.com | |
| signingkey = 1F7B96D7E7B5831E | |
| [color] | |
| ui = auto | |
| [diff] | |
| tool = p4merge | |
| [difftool] | |
| prompt = false | |
| [merge] | |
| tool = p4merge | |
| [mergetool] | |
| keepBackup = false | |
| prompt = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment