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]
path = .gituser # Store personal data in external file
[alias]
@ -10,7 +13,7 @@
ls = ls-files
pl = pull
ps = push
r = rebase
r = rebase
s = status
sa = stash apply
sc = stash clear
@ -44,7 +47,4 @@
autoSetupRemote = true
[pull]
rebase = true
[core]
editor = nvim
excludesfile = /Users/felix.delattre/.gitignore_global