Explore >> Select a destination


You are here

pickard.cc
| | garrit.xyz
1.6 parsecs away

Travel
| | Generalist software developer writing about scalable infrastructure, fullstack development and DevOps practices.
| | www.micah.soy
1.1 parsecs away

Travel
| | Working on many projects across multiple identities can be difficult to manage. This is a procedure for leveraging git aliases to set an identity at the project level.
| | purefun.dev
3.4 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?
| | www.ashish.zip
4.1 parsecs away

Travel
| Github has vigilant mode which verifies the commit was made by the user who can be verified by the gpg or ssh keys. By default, if you make...