You are here |
stevenhicks.me | ||
| | | |
raphael.medaer.me
|
|
| | | | 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
|
|
| | | | Personal website of Philipe Fatio | |
| | | |
purefun.dev
|
|
| | | | 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
|
|
| | Everyday tips & tricks I use in git |