Answers for "mirror remote branch to local repository for fixing production issues on last deployed code"

0

mirror remote branch to local repository for fixing production issues on last deployed code

git checkout -b <my_new_branch> <remote>/<branch_name>
Posted by: Guest on February-02-2022

Code answers related to "mirror remote branch to local repository for fixing production issues on last deployed code"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language