aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-20 20:20:54 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-20 20:22:04 +0100
commit38e1b334747e8eeb2db333c82f2c59ecd9c16a10 (patch)
treeb11a36b4bb896b45e8efedf927d978fb074a933f
parentc67a351baadd518a722586205864c891eea0bed6 (diff)
downloaddotfiles-38e1b334747e8eeb2db333c82f2c59ecd9c16a10.tar.gz
dotfiles-38e1b334747e8eeb2db333c82f2c59ecd9c16a10.zip
Add rebase by default on pull to git
-rw-r--r--git/.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 47fab28..be77877 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -30,3 +30,5 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
+[pull]
+ rebase = true