feat: added autoSetupRemote to git config
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
d4e9bd871e
commit
a8b78b367b
@ -2,8 +2,8 @@
|
||||
[user]
|
||||
# Please adapt and uncomment the following lines:
|
||||
# name = Louis Vallat
|
||||
email = louis@louis-vallat.xyz
|
||||
name = Louis Vallat
|
||||
email = louis@louis-vallat.xyz
|
||||
name = Louis Vallat
|
||||
signingkey = 0C87282F76E61283
|
||||
[core]
|
||||
editor = nvim
|
||||
@ -21,3 +21,5 @@
|
||||
[includeIf "gitdir:~/Documents/Projects/Git/pro/"]
|
||||
path = ~/Documents/Projects/Git/pro/.gitconfig
|
||||
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
Loading…
Reference in New Issue
Block a user