Add git autocorrect setting

This commit is contained in:
Jan Christian Grünhage 2016-09-15 13:45:49 +00:00
parent b031a5d117
commit 6708c4a4fa
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ function config_git {
git config --global user.email $mail
git config --global gpg.program gpg2
git config --global commit.gpgsign true
git config --global help.autocorrect 50
git config --list
}
function install_software {