feat(git): default pull to rebase

Add pull.rebase to git/config template and simplify git_clean to rely on it.
This commit is contained in:
2026-05-25 11:17:51 +08:00
parent 9779226abd
commit af3fdb86ee
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
[init]
defaultBranch = main
[pull]
rebase = true
[user]
name = YOUR_NAME
signingkey = YOUR_SSH_SIGNING_KEY