install: add git autosquash

feature/symbol-search
bretello 2020-03-01 19:46:19 +01:00
parent 025f3d3240
commit a6179bae91
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ function setup_git {
# set up some git stuff
git config --global pull.ff only
git config --global merge.ff only
git config --global rebase.autosquash true
}
function install_vimrc {