* 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
|
name = Mylloon
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = micro
|
|
||||||
pager = delta
|
pager = delta
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = false
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
Loading…
Reference in a new issue