Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 778 Bytes

development.md

File metadata and controls

23 lines (15 loc) · 778 Bytes

Privacy for developers

Opening your mailbox

When working with program code and version control systems such as git, there is a risk of revealing your personal mailbox. This often happens when working with personal/work projects on the same device at the same time.

To avoid this, check the correctness of global settings or settings in the directory of a specific repository:

git config --global user.name
git config --global user.email

GitHub provides the ability to hide your email from the interface and block the "leak" of the main mailbox linked to the account:

Mailbox Privacy Settings in GitHub

The section will be updated


⬅️ Back | ⏫ Table of contents | ➡️ Next