Skip to content

Instantly share code, notes, and snippets.

@timo

timo/.gitconfig Secret

Created April 19, 2017 17:22
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 timo/0335a8e7620a40fee44cef76ff3f091c to your computer and use it in GitHub Desktop.
Save timo/0335a8e7620a40fee44cef76ff3f091c to your computer and use it in GitHub Desktop.
gitconfig that breaks meta6-bin
[core]
editor = vim
[color]
ui = yes
[user]
name = Timo Paulssen
email = timonator@perpetuum-immobile.de
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue<%an>%Creset' --abbrev-commit --date=relative
[merge]
tool = splice
[mergetool "splice"]
cmd = "gvim -f $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'"
trustExitCode = true
[push]
default = simple
[rerere]
enabled = true
[gui]
recentrepo = /home/timo/perl6/ecosystem/cairo
fontui = -family \"DejaVu Sans\" -size 11 -weight normal -slant roman -underline 0 -overstrike 0
fontdiff = -family \"DejaVu Sans Mono\" -size 11 -weight normal -slant roman -underline 0 -overstrike 0
[url "git://anongit.kde.org/"]
insteadOf = kde:
[url "git@git.kde.org:"]
pushInsteadOf = kde:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment