Created
August 20, 2018 20:30
-
-
Save purplejacket/c887f5fe223f4c3d34a909476ecc3956 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
| [user] | |
| name = | |
| email = | |
| [core] | |
| excludesfile = /Users/kai/.gitignore_global | |
| editor = vim | |
| [alias] | |
| co = checkout | |
| ci = commit | |
| st = status | |
| br = branch | |
| lg = log --decorate --max-count 5 --graph --color | |
| lg1 = log -p | |
| lg2 = log -p --ignore-space-change | |
| lg3 = log -3 | |
| lg4 = log --since=4.weeks | |
| lg5 = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short | |
| lg6 = log --pretty=oneline | |
| lg7 = log --author=kai.middleton@gmail.com | |
| lg8 = log --name-status | |
| type = cat-file -t | |
| dump = cat-file -p | |
| [credential] | |
| helper = osxkeychain | |
| [filter "media"] | |
| required = true | |
| clean = git media clean %f | |
| smudge = git media smudge %f | |
| [push] | |
| default = simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment