mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-10-31 18:01:30 +01:00
install script: update git config
This commit is contained in:
parent
1cf05d90ee
commit
425a0fd255
|
@ -23,9 +23,13 @@ function setup_git {
|
|||
# set up some git stuff
|
||||
git config --global pull.ff only
|
||||
git config --global merge.ff only
|
||||
git config --global merge.tool vimdiff
|
||||
|
||||
git config --global rebase.autosquash true
|
||||
git config --global rebase.autostash true
|
||||
|
||||
git config --global log.abbrevcommit yes
|
||||
|
||||
}
|
||||
|
||||
function install_vimrc {
|
||||
|
|
Loading…
Reference in New Issue
Block a user