Question: What command creates a new branch from the currently checked-out branch?

  1. `git -b checkout `
  2. `git branch`
  3. `git checkout `
  4. `git checkout -b `

Answer: The correct answer of the above question is Option D:`git checkout -b `