From 6615f7bf75f84a1683b93f65c847374797329146 Mon Sep 17 00:00:00 2001 From: Michel Date: Tue, 13 Jun 2023 12:09:17 +0200 Subject: [PATCH] feat(git): lazygit & no default username --- .config/lazygit/config.yml | 3 +++ .gitconfig | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 36c572d..d4b9e55 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -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 diff --git a/.gitconfig b/.gitconfig index 704ebeb..82c8dac 100644 --- a/.gitconfig +++ b/.gitconfig @@ -64,3 +64,5 @@ [pull] ff = only +[user] + useConfigOnly = true