Which Git command can be used to clone a remote branch and switch to it during active development phase?

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 –
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments