Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save johndstein/d6cce7c90b52b33f394314f8cb87d0fe to your computer and use it in GitHub Desktop.
Save johndstein/d6cce7c90b52b33f394314f8cb87d0fe to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = John Stein
email = john@johnandkerri.com
[color]
diff = auto
status = auto
branch = auto
interactive = auto
[alias]
st = status
ci = commit
co = checkout
br = branch
re = remote
[core]
excludesfile = /Users/jstein/.gitignore
editor = vim
[credential]
helper = store
[push]
default = simple
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment