gitconfig : ajout remote auto setup

This commit is contained in:
Ahurac 2023-12-13 19:46:56 +01:00
parent 5185ab7157
commit b266bbcab3

View file

@ -19,3 +19,5 @@
m = merge m = merge
r = rebase r = rebase
graph = log --graph --oneline graph = log --graph --oneline
[push]
autoSetupRemote = true