/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

pickard.cc
| | 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.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.
| | garrit.xyz
1.6 parsecs away

Travel
| | Generalist software developer writing about scalable infrastructure, fullstack development and DevOps practices.
| | kokada.dev
11.7 parsecs away

Travel
| [AI summary] A tutorial on configuring NixOS VM tests to access the internet by using Docker sandboxing to run QEMU and enabling DHCP within the isolated environment.