mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-25 04:51:31 +01:00
install: add git autosquash
This commit is contained in:
parent
025f3d3240
commit
a6179bae91
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user