Answers for "create branche git from master"

1

how to create new branch in git

git checkout master
git branch {branch_name}
git checkout {branch_name}
Posted by: Guest on March-03-2022
0

make new branch in git

git checkout newBranchName
Posted by: Guest on July-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language