How to Remove a Submodule in Git July 16th, 2020 1 min read Removing a submodule is useful when it is no longer required. The steps below outline the removal of a submodule.
Squash commits into one with Git July 16th, 2020 4 min read A nice way to group some changes together, especially before sharing them with others.