From ff52318032899cc8fd4dc84b4a5fb4a1523047f2 Mon Sep 17 00:00:00 2001 From: lhark Date: Fri, 27 Aug 2021 20:21:28 +0200 Subject: [PATCH] Disable git auto guessing email addresses --- how_to | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/how_to b/how_to index 8d75862..762895c 100644 --- a/how_to +++ b/how_to @@ -1092,9 +1092,12 @@ Check for available package updates with Arch/Artix: sudo pacman -S pacman-contrib checkupdates -Git push and pull using different URL/protocols: - # https://www.scivision.dev/git-pull-https-push-ssh/ - git config url."git@example.org:user/".pushInsteadOf "https://example.org/user/" +Git: + Git push and pull using different URL/protocols: + # https://www.scivision.dev/git-pull-https-push-ssh/ + git config url."git@example.org:user/".pushInsteadOf "https://example.org/user/" + Prevent git from trying to auto-detect user name and email: + user.useConfigOnly = true Setup a midi synth: # http://www.tedfelix.com/linux/linux-midi.html