Files
dotfiles/gitconfig
2016-09-09 14:25:37 +02:00

15 lines
229 B
Plaintext

[user]
name = Michael Skrynski
email = zlorfi@gmail.com
[push]
default = simple
[pull]
rebase = true
[core]
excludesfile = /Users/michi/.gitignore
editor = atom
[branch]
autosetuprebase = always
[color]
ui = auto