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

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

Read more

Fixing accidental git submodule changes

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

Read more