From 38516dbbb7fa7fe27fc86822f61dec7c5702b001 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Tue, 25 Feb 2025 16:27:52 +0000 Subject: [PATCH] doc: git config by git devs :memo: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e56f31..9ee0315 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ git config user.name "DannyDannyDanny" git config user.email "dth@taiga.ai" git config pull.rebase false git config push.autoSetupRemote true +# more git config: https://blog.gitbutler.com/how-git-core-devs-configure-git/ # install dotfiles bash install.sh