Skip to content

Instantly share code, notes, and snippets.

@kosmikko
Created October 24, 2012 07:04
Show Gist options
  • Select an option

  • Save kosmikko/3944475 to your computer and use it in GitHub Desktop.

Select an option

Save kosmikko/3944475 to your computer and use it in GitHub Desktop.
My .gitconfig
[user]
name = Mikko Lehtinen
email = [email protected]
[alias]
st = status
stb = status -sb
co = checkout
promote = !$ZSH/bin/git-promote
wtf = !$ZSH/bin/git-wtf
rank-contributers = !$ZSH/bin/git-rank-contributers
count = !git shortlog -sn
br = branch
ui = update-index
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %f %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
up = pull --rebase --prune
[color]
diff = auto
status = auto
branch = auto
[core]
excludesfile = ~/.gitignore_global
editor = subl -w
[apply]
whitespace = nowarn
[github]
user = mikkolehtinen
[mergetool]
keepBackup = false
[credential]
helper = osxkeychain
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment