Login
From:
Raphael Medaer’s blog
(Uncensored)
subscribe
Manage multiple identities with Git | Raphael Medaer's blog
https://raphael.medaer.me/2020/04/24/manage-multiple-identities-with-git.html
links
backlinks
Tagged with:
misc
Roast topics
Find topics
Find it!
I work on many different Git repositories. For each of them I have a particular email address and sometimes a GPG key. Even the Git flow might be different; always --no-ff (or not), pull --rebase instead of merge,…