TIL – Using conditional entries in .gitconfig to automatically manage #git identities based on the working directory. Nice!
https://dev.to/maxlmator/maintaining-different-git-identities
@jomo What is the benefit compared to `using git config user.name="Firstname Lastname"` and `git config [email protected]` while being in `~/work/`? This will be stored in `~/work/.git/config`
@jomo oh wow, thanks, I definitely didn't know about this and it will be very useful! thanks again!
@jomo whoa, I need this! thank you!
@jomo this is amazing and very useful