fix(git): set default pull preference to rebase (#98)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/98
This commit is contained in:
Victor Westerlund 2025-12-25 15:16:49 +01:00
parent 0626cf69ea
commit 105a6ada9d

View file

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