/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

jamesmead.org
| | jinyuz.dev
2.8 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.
| | lostfocus.de
4.0 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 ...
| | blog.bdw.li
3.9 parsecs away

Travel
| | Using different machines to work on some git files can result in missing signign keys and some headache.
| | utf9k.net
9.1 parsecs away

Travel
| Did you know you can change Git attributes based on what folder you're in?