/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

emmanuelbernard.com
| | www.micah.soy
2.8 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.
| | ar.al
3.5 parsecs away

Travel
| | I'm setting up my new XPS 13 running Pop!_OS and one of the things I always have to do on any new machine is to configure git. So, both for my own reference and in case it helps anyone else, here's a list of things I do to set up git: Set up my identity (used in commits, tags, etc.) git config --global user.name "Aral Balkan" git config --global user.email mail@ar.
| | 8yd.no
1.9 parsecs away

Travel
| | Getting verified commits on GitHub by signing git commits using an existing SSH key requires specific steps that current documentation fails to explain clearly, especially if you don't want to regene...
| | florimond.dev
7.4 parsecs away

Travel
| A quick tutorial on setting up signed commits for GitHub-hosted git repositories.