install: add autostash in git setup

feature/symbol-search
bretello 2020-03-13 21:40:37 +01:00
parent 1d5924343f
commit 6ce422c119
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ function setup_git {
git config --global merge.ff only
git config --global rebase.autosquash true
git config --global rebase.autostash true
}
function install_vimrc {