doc: git config by git devs 📝

This commit is contained in:
DannyDannyDanny 2025-02-25 16:27:52 +00:00
parent 0be50f8a2e
commit 38516dbbb7

View file

@ -120,6 +120,7 @@ git config user.name "DannyDannyDanny"
git config user.email "dth@taiga.ai" git config user.email "dth@taiga.ai"
git config pull.rebase false git config pull.rebase false
git config push.autoSetupRemote true git config push.autoSetupRemote true
# more git config: https://blog.gitbutler.com/how-git-core-devs-configure-git/
# install dotfiles # install dotfiles
bash install.sh bash install.sh