Skip to content





Table of Content

git config

Since I primarily use my self-managed GitLab, my global config is configured accordingly.

git config --global user.email "[email protected]"
git config --global user.name "kkudo"

When working with projects on GitHub.com, I set local configs as follows.

git config user.email "[email protected]"
git config user.name "pkkudo"