Explore >> Select a destination


You are here

blog.bdw.li
| | timmousk.com
8.2 parsecs away

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

Travel
| | Let's say you have a submodule that you want to change, but the submodule itself is huge. You might not want another copy of it, so you're holding off on running git submodule update --init. Internally in your repo, Git... Continue reading ?
| | msfjarvis.dev
16.9 parsecs away

Travel
| | A running log of Git concepts I've learned since I started journaling
| | www.tysonmaly.com
57.2 parsecs away

Travel
| [AI summary] This guide explains how to clone a specific old version of a Git repository using a commit hash to ensure compatibility with dependent libraries.