How to use Multiple Git Identities on One Host
Kevin Custer - Blog
·
Feb 26, 2020
·
article
If you've ever found the need to make git commits using a different identity based on the repository, you'll be glad to hear that it's possible by using folder-specific git identity files and including them in your main .gitconfig ... it's quite simple to set up, and this guide will show you how!
View original source
https://www.kevin-custer.com/blog/how-to-use-multiple-git-identities-on-one-host/