fix(gitconfig)

This commit is contained in:
Johann Dreo 2024-09-11 13:36:05 +02:00
commit afdac0356e

View file

@ -1,6 +1,6 @@
[user] [user]
name = nojhan name = nojhan
email = nojhan@nojhan.net email = nojhan@nojhan.net
[alias] [alias]
st = status st = status
ci = commit -v ci = commit -v
@ -23,14 +23,17 @@
[push] [push]
default = simple default = simple
[rebase] [rebase]
instructionFormat = (%an <%ae>) %s instructionFormat = (%an <%ae>) %s
[credential] [credential]
helper = store helper = store
[pull] [pull]
rebase = true rebase = true
[diff "odf"] [diff "odf"]
textconv=odt2txt textconv=odt2txt
[diff] [diff]
algorithm = histogram algorithm = histogram
[init] [init]
defaultBranch = main defaultBranch = main
[includeIf "gitdir:~/travail/**"]
path = ~/travail/.gitconfig