How-to articles, tricks, and solutions about GIT SUBMODULE
How to Add a Submodule in Git
Working with submodules is a common practice in Git. Here, we will represent to you the commands that will help you to add a submodule to a repository.
How to Clone Including Git Submodules
Get answers to the problem of cloning the parent repository so as the submodule folder does not stay empty. Get several methods regarding the Git versions.
How to Make the Current Commit the Only Commit in a Git Repository
In this tutorial, you will get the codes of how to make the current commit as an initial one in one repository. The case of submodules is also discussed.
How to Remove a Git Submodule
With the help of this tutorial, you will learn how to remove an unwanted Git submodule easily.