mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 16:30:59 +02:00
Add git things
This commit is contained in:
parent
cd2a53bfb6
commit
67b9e310f0
@ -16,6 +16,7 @@
|
|||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
quotepath = false
|
quotepath = false
|
||||||
|
commitGraph = true
|
||||||
[credential]
|
[credential]
|
||||||
helper = /usr/lib/git-core/git-credential-libsecret
|
helper = /usr/lib/git-core/git-credential-libsecret
|
||||||
[sendemail]
|
[sendemail]
|
||||||
@ -37,3 +38,7 @@
|
|||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
[receive]
|
||||||
|
advertisePushOptions = true
|
||||||
|
[gc]
|
||||||
|
writeCommitGraph = true
|
||||||
|
Loading…
Reference in New Issue
Block a user