install script: update git config

feature/symbol-search
bretello 2020-11-13 13:27:36 +01:00
parent 1cf05d90ee
commit 425a0fd255
1 changed files with 4 additions and 0 deletions

View File

@ -23,9 +23,13 @@ function setup_git {
# set up some git stuff
git config --global pull.ff only
git config --global merge.ff only
git config --global merge.tool vimdiff
git config --global rebase.autosquash true
git config --global rebase.autostash true
git config --global log.abbrevcommit yes
}
function install_vimrc {