]> Andreas Glashauser | Gitweb - dotfiles.git/commitdiff
ADDED: global git rebase by default in .gitconfig
authorAndreas Glashauser <ag@andreasglashauser.com>
Thu, 20 Mar 2025 08:06:53 +0000 (09:06 +0100)
committerAndreas Glashauser <ag@andreasglashauser.com>
Thu, 20 Mar 2025 08:06:53 +0000 (09:06 +0100)
gitconfig

index c775ad9c24c960cb54243aca7303adc63173bfcb..6e5e3de4bc04240fe36f878cb519ba3e915dfbe3 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -70,3 +70,6 @@
 
 [stash]
     showPatch = true
+
+[pull]
+    rebase = true