Correct Answer: git checkout -b feature
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 initializes a new folder?
What does git status -s do?
How can you check your current git version?
What command lets you create a connection between a local and remote repository?
Describe what these Git commands do to the commit history: Git reset --hard HEAD~5 Git merge --squash HEAD@{1}
The following command does what; $ git commit -am "Commit"
The ' git log -1 --format="%h %an" ' command prints...
Is "request-pull" a built-in Git command?
Which is the default merge strategy when pulling or merging one branch?
How to switch between spaces and tabs in Windows ?