Is there a command to permit checkout the last branch? Like:
git checkout --recent
or
git checkout --previous
The idea is when you switch branch too often you it's easy to forget the branch you were working before the current one. Also if there's a way to set a alias for this that would be valide.