Skip to content

Instantly share code, notes, and snippets.

@fingolfin
Created October 22, 2011 19:14
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 fingolfin/1306376 to your computer and use it in GitHub Desktop.
Save fingolfin/1306376 to your computer and use it in GitHub Desktop.
my gitconfig
[user]
name = Max Horn
email = max@quendi.de
signingkey = REDACTEDHASH
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
who = shortlog -s --
graph = log --graph --oneline --decorate
glog = log --graph --decorate
info = config --list
[color]
ui = auto
[interactive]
singlekey = true
[github]
user = fingolfin
token = REDACTEDHASH
[core]
excludesfile = /Users/mhorn/.gitignore
[branch]
autosetuprebase = always
[push]
default = upstream
[credential]
helper = osxkeychain
[sendemail]
chainreplyto = false
from = Max Horn <max@quendi.de>
smtpencryption = tls
smtpserver = smtp.REDACTED.de
smtpuser = REDACTED
smtpserverport = 587
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment