Created
September 6, 2018 17:46
-
-
Save sarahmonster/322f7dae679410ca94ae633b8d79ef53 to your computer and use it in GitHub Desktop.
This file contains 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 = sarah | |
email = [email protected] | |
[push] | |
default = matching | |
[pull] | |
rebase = true | |
[rerere] | |
enabled = true | |
[color] | |
ui = true | |
[alias] | |
s = status -s | |
st = status | |
co = checkout | |
ci = commit | |
br = branch | |
lg = log --oneline --decorate --all --graph | |
[core] | |
excludesfile = /Users/sarah/.gitignore_global | |
autocrlf = input | |
[filter "lfs"] | |
clean = git-lfs clean %f | |
smudge = git-lfs smudge %f | |
required = true | |
[color] | |
ui = true | |
[alias] | |
st = status | |
co = checkout | |
ci = commit | |
br = branch | |
[branch] | |
autosetuprebase = always | |
[credential] | |
helper = osxkeychain | |
[status] | |
submoduleSummary = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment