diff options
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,5 +11,12 @@ [user] email = mvertes@free.fr name = Marc Vertes + signinkey = DF3DEEB6285CE0B5CD4E95C3C3C0303496E733B9 [pull] rebase = false +[push] + autoSetupRemote = true +[hub] + protocol = ssh +[init] + defaultBranch = main |
