- Published on
How to configure Git private email
This will keep your email address private:
git config --global user.name "username"
git config --global user.email "username@users.noreply.github.com"
This will keep your email address private:
git config --global user.name "username"
git config --global user.email "username@users.noreply.github.com"