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