Re-ordering git commits with IntelliJ

Re-ordering git commits with IntelliJ’s Interactively Rebase I have managed to re-arrange/re-order commits (on a local branch)

https://augustl.com/blog/2019/using_rebase_fixup_in_intellij_idea/

  • First, select the earliest commit in the history that you want to operate on.
  • Click on Interatively Rebase from here