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

install: add autostash in git setup

This commit is contained in:
bretello 2020-03-13 21:40:37 +01:00
parent 1d5924343f
commit 6ce422c119

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 {