Enable push without defining remote in Git.

master
Icedream 2022-07-13 19:40:04 +02:00
parent 739edf5ae3
commit 30100e9808
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ set_git_config_if_unset user.email "icedream@icedream.pw"
set_git_config_if_unset user.name "Carl Kittelberger"
#set_git_config_if_unset user.signingkey B5108C5A158A6608AD3361DA1573F6D8EFE4D0CF
set_git_config_if_unset user.signingkey 04ADEF85EA6AEC6F75941E84468BBEEBB9EC6AEA
set_git_config_if_unset push.autoSetupRemote true
# set up git-cola
set_git_config_if_unset cola.spellcheck false