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]
|
[user]
|
||||||
# Please adapt and uncomment the following lines:
|
# Please adapt and uncomment the following lines:
|
||||||
# name = Louis Vallat
|
# name = Louis Vallat
|
||||||
email = louis@louis-vallat.xyz
|
email = louis@louis-vallat.xyz
|
||||||
name = Louis Vallat
|
name = Louis Vallat
|
||||||
signingkey = 0C87282F76E61283
|
signingkey = 0C87282F76E61283
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
@ -21,3 +21,5 @@
|
|||||||
[includeIf "gitdir:~/Documents/Projects/Git/pro/"]
|
[includeIf "gitdir:~/Documents/Projects/Git/pro/"]
|
||||||
path = ~/Documents/Projects/Git/pro/.gitconfig
|
path = ~/Documents/Projects/Git/pro/.gitconfig
|
||||||
|
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
Loading…
Reference in New Issue
Block a user