Explore >> Select a destination


You are here

ianduffy.ie
| | garrit.xyz
5.9 parsecs away

Travel
| | Generalist software developer writing about scalable infrastructure, fullstack development and DevOps practices.
| | themythicalengineer.com
5.7 parsecs away

Travel
| | The Big Problem Imagine you have two GitHub accounts: one for personal use and one for work. You might be working on personal projects from your work laptop, but switching between these projects often requires manually updating your GitHub configuration:
| | utf9k.net
6.4 parsecs away

Travel
| | Did you know you can change Git attributes based on what folder you're in?
| | blog.kulman.sk
79.7 parsecs away

Travel
| I use the same machines to work on both personal and work projects. I usually have to use a different Git identity for the work projects than for my personal projects. Previously I had my personal Git identity set globally and then used local Git configs to override it in work projects. This worked just fine but it was too much work. There is a better solution. Git config allows you to use, or better to say include, another Git config for a specific directory and all its subdirectories. I have all my pro...