Explore >> Select a destination


You are here

sam.hooke.me
| | timmousk.com
7.4 parsecs away

Travel
| | This article explains how to reset a Git submodule and gives multiple methods (with code snippets) to achieve it.
| | thork.net
18.6 parsecs away

Travel
| | GM! Just a short note describing a recent new project of mine, git merkle (gm)! gm is a recursive tree of all the repos I've worked on since 2017 after a little spring cleaning; I removed about 40% of my pre-existing github repo history in the process of writing gm.
| | www.claudiokuenzler.com
61.7 parsecs away

Travel
| | ck :: yet another tech-blog
| | blog.kulman.sk
89.6 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...