fix(gitconfig)
This commit is contained in:
parent
6cb9c0ff0e
commit
afdac0356e
1 changed files with 10 additions and 7 deletions
17
.gitconfig
17
.gitconfig
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue