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