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:
parent
1d5924343f
commit
6ce422c119
|
@ -25,6 +25,7 @@ function setup_git {
|
||||||
git config --global merge.ff only
|
git config --global merge.ff only
|
||||||
|
|
||||||
git config --global rebase.autosquash true
|
git config --global rebase.autosquash true
|
||||||
|
git config --global rebase.autostash true
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_vimrc {
|
function install_vimrc {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user