I need to perform an interactive rebase so I can change the order of some of my commits, but I am unsure how to do this with bash on OSX.
Is this possible? I can change the action like pick
to something else, but how can I physically move the commit lines around?