Git checkout previous branch

Written by Amitava on March 17, 2013, tagged under git,

Execute this command to go back to the previous branch

git checkout -
;