Cleaned up gitconfig.

This commit is contained in:
Felix Delattre 2023-03-04 12:17:13 +00:00
parent 8bde03cf3b
commit cb7ebc0438
1 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,6 @@
[core]
editor = vi
excludesfile = ./.gitignore_global
[include] [include]
path = .gituser # Store personal data in external file path = .gituser # Store personal data in external file
[alias] [alias]
@ -44,7 +47,4 @@
autoSetupRemote = true autoSetupRemote = true
[pull] [pull]
rebase = true rebase = true
[core]
editor = nvim
excludesfile = /Users/felix.delattre/.gitignore_global