I want to reorder last two commits in git:
right now I have:
$ git log --oneline -4 1e0ecba (HEAD, my-branch) Fix for T255 82d45dc django_extensions af3953
Assuming no conflicts:
git rebase -i HEAD~4