* no longer user micro in git since its not working in vscode
* stop using rebase
This commit is contained in:
parent
dc02943c16
commit
a01c3b2fb4
1 changed files with 1 additions and 2 deletions
|
@ -6,11 +6,10 @@
|
|||
name = Mylloon
|
||||
|
||||
[core]
|
||||
editor = micro
|
||||
pager = delta
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
rebase = false
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
Loading…
Reference in a new issue