|
You are here |
emmanuelbernard.com | ||
| | | | |
www.micah.soy
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | A quick tutorial on setting up signed commits for GitHub-hosted git repositories. | ||