Explore >> Select a destination


You are here

stevenhicks.me
| | jinyuz.dev
2.5 parsecs away

Travel
| | Suppose that you have a full time job at Amazon, and you want to separate your git commit emails from Amazon and your personal projects. Setting up ~/.gitconfig $ touch ~/.gitconfig For our personal projects, we will use the ~/.gitconfig file with the following content: [user] name = James Banned email = james.banned@gmail.com [includeIf "gitdir:~/Work/"] path = ~/.gitconfig.work The includeIf basically means that include this config if I'm inside the ~/Work/ directory.
| | phili.pe
1.9 parsecs away

Travel
| | Personal website of Philipe Fatio
| | garrit.xyz
2.3 parsecs away

Travel
| | Generalist software developer writing about scalable infrastructure, fullstack development and DevOps practices.
| | lostfocus.de
21.6 parsecs away

Travel
| How do you nice people reading my blog handle your Github account(s)? I've had my "main" account @lostfocus for ages and used it for pretty much everything I needed to do on Github. Now with my current employer our accounts are put into the SSO system, so I created a second account which went through ...