pull strategy add to config

This commit is contained in:
Dirk Alders 2023-09-30 09:04:12 +02:00
parent c37533ea58
commit d611d918b8

View File

@ -5,4 +5,5 @@ git config --global user.email dirk@mount-mockery.de
#
git config --global diff.tool meld
git config --global merge.tool meld
git config --global --add difftool.prompt false
git config --global --add difftool.prompt false
git config --global pull.rebase false