Tag: git
-
Git: Quickly Switch to the Previous Branch
If you’ve been a long-time user of Git CLI and weren’t aware of this cool Git feature, consider yourself fortunate. Both checkout and switch commands can accept a dash -, which will tell Git to change the current branch to the previous one. Assuming we have two branches, namely one and two, with the current…