1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-10-31 18:01:30 +01:00

install script: update git config

This commit is contained in:
bretello 2020-11-13 13:27:36 +01:00
parent 1cf05d90ee
commit 425a0fd255

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 {