-
Basic Git Submodule Commands
Submodules are the built in way of Git to work on a project that contain multiple repositories. To be more precise: if you have a repository and you want to have the files of another repository available in a subfolder, you add that other repository as a submodule. This could be useful for pulling in...
-
Some Git Commands
Fetch that includes the removal of remote branches...