Skip to content

Instantly share code, notes, and snippets.

@sonOfRa
Created May 10, 2017 13:41
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 sonOfRa/ff481530c1214408584f846051f53ca7 to your computer and use it in GitHub Desktop.
Save sonOfRa/ff481530c1214408584f846051f53ca7 to your computer and use it in GitHub Desktop.
[user]
name = Simon Levermann
signingKey = 6A7FF99DAC14F837
[core]
editor = vim
pager = diff-so-fancy | less --tabs=4 -RX -+F
[push]
default = simple
[pull]
rebase = true
[color "diff-highlight"]
[commit]
gpgsign = true
[diff]
tool = kdiff3
[difftool]
prompt = false
[merge]
tool = kdiff3
[mergetool]
keepBackup = false
[mergetool "kdiff3"]
trustExitCode = false
[includeIf "gitdir:~/repos/uni/"]
path = ~/repos/uni/.gitconfig
[includeIf "gitdir:~/repos/private/"]
path = ~/repos/private/.gitconfig
[includeIf "gitdir:~/repos/zarm/"]
path = ~/repos/zarm/.gitconfig
[user]
email = "me@myuniversity.edu"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment