Handy pattern I enjoy: Clone the repo twice
Handy pattern I enjoy: Clone the repo twice.
This way, I can have two local copies, pointed to different branches.
I find this is useful when I need to reference or review code in a different branch. I don't have to commit/stash my work-in-progress to do so. 😎