diff --git a/profile/globi/.gitconfig b/profile/globi/.gitconfig
index c79836ec6246051ff849ce476c0451f75ae46620..27e3aec938f49862e118b10b22fc33ae83a86e6f 100644
--- a/profile/globi/.gitconfig
+++ b/profile/globi/.gitconfig
@@ -75,13 +75,13 @@
 
 [pull]
     # Only pull if fast-forward is possible. Use `git pull --rebase` or `git pull --no-ff` otherwise.
-    ff = only
+    #ff = only
     # Use `git pull --rebase` by default, otherwise use `git fetch; git merge`
-    #rebase = true
+    rebase = true
 
 [rebase]
     # Automatically stash and pop your uncommitted changes
-    #autoStash = true
+    autoStash = true
 
 [alias]
     co = checkout