What is an interactive rebase (git rebase -i) and what operations does it support?

Git Hard

Git — Hard

What is an interactive rebase (git rebase -i) and what operations does it support?

Key points

  • Supports multiple commit operations
  • Allows editing commit messages
  • Enables reordering of commits
  • Facilitates combining commits

Ready to go further?

Related questions