Explore >> Select a destination


You are here

logr.cogley.info
| | juandebravo.com
1.1 parsecs away

Travel
| | Juan de Bravo - Personal thoughts about technology (@juandebravo)
| | memo.mx
2.4 parsecs away

Travel
| | Be very carrefull in your setup : any misconfiguration make all the git config to fail silently ! Setup multiple git ssh identities for git Generate your SSH keys as per your git provider documentation. Add each public SSH keys to your git providers acounts. In your ~/.ssh/config, set each ssh key for each repository as in this exemple: Host github.com HostName github.com User git IdentityFile ~/.ssh/github_private_key IdentitiesOnly=yes Host gitlab.com Hostname gitlab....
| | ar.al
1.9 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.
| | myme.no
12.6 parsecs away

Travel
| [AI summary] The author details their experience transitioning to NixOS, highlighting the installation process, configuration setup, and initial impressions of the Linux distribution.