The "git rebase -i" command allows for _______ commits interactively.

  • Randomizing
  • Recovering
  • Reversing
  • Rewriting
The "git rebase -i" command allows for Rewriting commits interactively. It opens an interactive interface where you can squash, pick, edit, and reorder commits, providing flexibility in managing commit history.
Add your answer
Loading...

Related Quiz