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

View File

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