Answers for "track a git submodule on a branch"

0

track a git submodule on a branch

git submodule add -b <branch> <repository> <path>
Posted by: Guest on August-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language