Question: Your team lead needs a list of all commits that will be moved before you perform a rebase. Which command can you use to access that information?

  1. git rebase -log
  2. git rebase -i
  3. git rebase -verbose
  4. git rebase -all

Answer: The correct answer of the above question is Option B:git rebase -i