system-config/common/etc/gitconfig

20 lines
313 B
Text

[user]
name = Mathieu Strypsteen
email = mathieu@strypsteen.me
[pull]
ff = only
[push]
default = current
[diff]
submodule = log
wsErrorHighlight = all
[submodule]
recurse = true
[advice]
detachedHead = false
[stash]
showPatch = true
[init]
defaultBranch = master
[credential]
helper = store