Git settings for multiple projects
If you using git, maybe you were set user.name and user.email.
But, didn't you set with this construction?
git config --global user.name [your name]
git config --global user.email [your email]
This way is no problem when you develop 1 project.
But i...
weensy.hashnode.dev1 min read