system-config/common/etc/gitconfig

21 lines
313 B
Text
Raw Normal View History

2023-10-17 20:56:47 +02:00
[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