1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-09-28 20:01:31 +02:00

install: add git autosquash

This commit is contained in:
bretello 2020-03-01 19:46:19 +01:00
parent 025f3d3240
commit a6179bae91

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 {