Git Rebase inside IntelliJ IDEA
Rebase is one of the most awesome commands in git. Use it to keep the local branch up to date with what’s going on in trunk. A rebase a day keeps merge conflicts away! In the form advocated here, rebase takes your branch’s local changes and applies them to the most recent code in the …