|
You are here |
blog.fahhem.com | ||
| | | | |
0pointer.de
|
|
| | | | | Posts and writings by Lennart Poettering | |
| | | | |
cassidoo.co
|
|
| | | | | You can add co-authors to the TinaCMS bot now more easily | |
| | | | |
taylor.fausak.me
|
|
| | | | | 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
|
|
| | | 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? | ||