Explore >> Select a destination


You are here

stevenhicks.me
| | raphael.medaer.me
14.9 parsecs away

Travel
| | 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,...
| | phili.pe
5.9 parsecs away

Travel
| | Personal website of Philipe Fatio
| | purefun.dev
5.2 parsecs away

Travel
| | If you install a new machine and forget to set your email and commiter name, then your Git history will be a tad ugly, with your machine name involved instead of a real email. So how do you set the default? Like this: git config --global user.name "Alice E" git config --global user.email "alice@example.org" Override per repo Ideally, do it before you start committing things. But what if you want different committer names and emails depending on the context?
| | nondv.wtf
80.6 parsecs away

Travel
| Everyday tips & tricks I use in git