How To Set Multiple Git Identities With Git Config
Prerequisite
Git 2.13
macOS / Linux
The first thing you should do after installing Git is to set your Git config identity (user name and email address). This step is important because every Git commit uses this information.
$ git config --global...
blog.milhamh.com3 min read