Answers for "can we create branch inside branch in git"

4

can i create a branch inside of another branch in GIT

$ git checkout -b myfeature dev
Posted by: Guest on April-30-2020
0

can i create a branch inside of another branch in GIT

$ git push origin dev
$ git push origin myFeature
Posted by: Guest on August-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language