feat(git): lazygit & no default username
This commit is contained in:
parent
2b033123b5
commit
6615f7bf75
@ -31,6 +31,7 @@ customCommands:
|
|||||||
git:
|
git:
|
||||||
autoFetch: true
|
autoFetch: true
|
||||||
autoRefresh: true
|
autoRefresh: true
|
||||||
|
diffContextSize: 7
|
||||||
log:
|
log:
|
||||||
order: 'date-order'
|
order: 'date-order'
|
||||||
showWholeGraph: true
|
showWholeGraph: true
|
||||||
@ -45,6 +46,8 @@ gui:
|
|||||||
"Michel D'HOOGE": '#5ae615'
|
"Michel D'HOOGE": '#5ae615'
|
||||||
branchColors:
|
branchColors:
|
||||||
'main': '#1cdddd'
|
'main': '#1cdddd'
|
||||||
|
expandFocusedSidePanel: true
|
||||||
|
experimentalShowBranchHeads: true
|
||||||
scrollHeight: 10
|
scrollHeight: 10
|
||||||
scrollPastBottom: false
|
scrollPastBottom: false
|
||||||
showBottomLine: false
|
showBottomLine: false
|
||||||
|
@ -64,3 +64,5 @@
|
|||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
|
||||||
|
[user]
|
||||||
|
useConfigOnly = true
|
||||||
|
Loading…
Reference in New Issue
Block a user