mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-06-04 15:10:47 +00:00
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:
@@ -1,6 +1,9 @@
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[user]
|
||||
name = YOUR_NAME
|
||||
signingkey = YOUR_SSH_SIGNING_KEY
|
||||
|
||||
Reference in New Issue
Block a user