Weekly Git Command #5: git worktree
Sometimes, while working on a project, you need to work on two branches at the same time.
Before I learned about git worktree, my workflow was messy:
Stash changes
Switch branches
Make changes
Switch back and pop the stash
This worked, but it w...
cloobtech.hashnode.dev2 min read