mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
fix(git): set default pull preference to rebase (#98)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/98
This commit is contained in:
parent
0626cf69ea
commit
105a6ada9d
1 changed files with 2 additions and 0 deletions
|
|
@ -20,3 +20,5 @@
|
|||
verbose = true
|
||||
[init]
|
||||
templatedir = ~/.local/bin/git-hooks
|
||||
[pull]
|
||||
rebase = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue