RSS feed iconGitHub logo

Articles about git

A distributed version control system that I work with on a daily basis. GitHub, GitLab, BitBucket, and similar hosting providers offer centralized repository hosting that facilitates a great deal of open source software development.

Fixing accidental git submodule changes

2022-08-107 minutes readgit

How to fix unintentionally changing a git submodule hash to leave no trace of a mistake on your branch.

Read more