Correct Answer: $git checkout <branchName>
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Git Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Git MCQ Questions
Which abreviation is used to "checkout" command?
How do you delete files from local repository
How do you remove a number of deleted file(s) at one go?
Which command could be used to show what will be committed.
Which command pushes the commits to the master branch in the origin remote
How can you display a list of files added or modified in a specific commit?
If you cloned an existing git repository, what would happen?
How could you squash multiple commits together without using git merge --squash?
What option can you use to apply git configurations across your entire git environment?
Why would you use a pre-receive hook in your remote repository?