Tag: code-management
All the articles with the tag "code-management".
-
Using Git Worktree
I use git worktree to manage and work on multiple branches. This comes in handy when you want to run and compare code from different branches of the same project.