I really like git checkout - to move to my previous branch.
But sometimes I only need to know what my previous branch name is. How could I ask Git that?
For example, if git checkout - moves to branch "prev", I want the command to get just "prev".