Last Updated on July 31, 2021 by Admin 1
Which Git command can be used to clone a remote branch and switch to it during active development phase?
- git checkout [branch name]
- git checkout -b [branch name] origin/[branch name]
- git checkout -b origin/[branch name]
- git checkout –