fix(git): set default pull preference to rebase

This commit is contained in:
Victor Westerlund 2025-12-25 15:16:09 +01:00
parent 0626cf69ea
commit c2b519f0cc
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -20,3 +20,5 @@
verbose = true verbose = true
[init] [init]
templatedir = ~/.local/bin/git-hooks templatedir = ~/.local/bin/git-hooks
[pull]
rebase = true