Skip to content

Instantly share code, notes, and snippets.

@sarahmonster
Created September 6, 2018 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarahmonster/322f7dae679410ca94ae633b8d79ef53 to your computer and use it in GitHub Desktop.
Save sarahmonster/322f7dae679410ca94ae633b8d79ef53 to your computer and use it in GitHub Desktop.
[user]
name = sarah
email = sarah@triggersandsparks.com
[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