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