Browse Source

Add git things

master
Arti Zirk 3 years ago
parent
commit
67b9e310f0
  1. 5
      .gitconfig

5
.gitconfig

@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
[core]
editor = nvim
quotepath = false
commitGraph = true
[credential]
helper = /usr/lib/git-core/git-credential-libsecret
[sendemail]
@ -37,3 +38,7 @@ @@ -37,3 +38,7 @@
defaultBranch = master
[rerere]
enabled = true
[receive]
advertisePushOptions = true
[gc]
writeCommitGraph = true

Loading…
Cancel
Save