Interactive Rebase

Clean up your commit history by using interactive rebase in IntelliJ IDEA.

Use interactive rebase to clean up your commit history before pushing your changes. You can reorder commits, skip them, or squash them. Use Squash to combine multiple commits and their commit messages, or Fixup to combine the commits under one commit message.


Related Resources

Clone from GitHub
Clone from GitHub
Create a project in your JetBrains IDE by cloning it from GitHub
Commit Changes
Commit Changes
Commit your changes to VCS as you go.
Magic Wand
Magic Wand
Use the magic wand to resolve simple conflicts in your code.