diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-06-19 14:39:38 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | c0e9d3980137b533f8eddb1e6409fbdc3fbc3606 (patch) | |
| tree | 4ad9bf5ebc130d7c8831ba4732872e9e436071b2 | |
| parent | bcfb2c126f11acc203b6dc22125748cd896978b6 (diff) | |
fix(git): set pull to default to rebase
| -rw-r--r-- | dot_gitconfig.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 5b84c1e..71c5a55 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -48,4 +48,4 @@ helper = !/usr/bin/gh auth git-credential {{ end -}} [pull] - rebase = false + rebase = true |
