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.

Git revert after code moved to another file

2025-05-096 minutes readgit

How to do git revert after the code has been moved to another file

Read more

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