TIL: git checkout -1 points·by amitu·hace 13 años·1 commentsDoes what you expect it to.1 commentsPost comment[–]gittor·hace 13 añosreplygit checkout @{-2}Checks out the branch you were on two checkouts ago.