feat(git): lazygit & no default username

This commit is contained in:
Michel 2023-06-13 12:09:17 +02:00
parent 2b033123b5
commit 6615f7bf75
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -64,3 +64,5 @@
[pull] [pull]
ff = only ff = only
[user]
useConfigOnly = true