diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-09 03:22:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-09 03:22:36 +0100 |
commit | 42ebdd04fdd2cd920c2bcf66da6fabf21118a9fc (patch) | |
tree | 05fcdf1a04b5773a11d1e9864f4d19ca034d4808 /gitconfig | |
parent | 4ca793e32246d176d08c10ad221cb5496523b17e (diff) |
Sets up git to use rebase by default for pulls
Diffstat (limited to '')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ status = true log = false [pull] - rebase = false + rebase = true [init] defaultBranch = master [filter "lfs"] |