diff --git a/.gitconfig b/.gitconfig index af783fa..7c13c35 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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