Explore >> Select a destination


You are here

blog.fahhem.com
| | 0pointer.de
5.0 parsecs away

Travel
| | Posts and writings by Lennart Poettering
| | cassidoo.co
5.9 parsecs away

Travel
| | You can add co-authors to the TinaCMS bot now more easily
| | taylor.fausak.me
5.8 parsecs away

Travel
| | I develop some executables in Haskell. As with most of my projects, I host the code and manage the releases on GitHub. And I run the tests on Travis CI. When I release a new version, I want the com...
| | purefun.dev
30.8 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?