Skip to content

Instantly share code, notes, and snippets.

@jokull
Created November 14, 2013 13:16
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 jokull/7466602 to your computer and use it in GitHub Desktop.
Save jokull/7466602 to your computer and use it in GitHub Desktop.
My .gitconfig
[user]
name = Jökull Sólberg Auðunsson
email = jokull@solberg.is
[core]
excludesfile = ~/.gitignore
editor = subl -n -w
[difftool]
prompt = false
[diff]
tool = Kaleidoscope
[alias]
switch = !legit switch \"$@\"
branches = !legit branches
sprout = !legit sprout \"$@\"
unpublish = !legit unpublish \"$@\"
harvest = !legit harvest \"$@\"
sync = !legit sync \"$@\"
publish = !legit publish \"$@\"
graft = !legit graft \"$@\"
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
report = "log --author=Marco --since='2 sunday ago' --until='1 sunday ago' --format='%Cgreen%ci%Creset %s%Creset' --no-merges"
[push]
default = current
[color]
ui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment