Working on two git branches at once with git worktree

added by DotNetKicks
4/5/2022 10:25:17 AM

520 Views

In this post I describe some scenarios in which you need to change git branches frequently and why this can sometimes be annoying. I then present some possible ways to avoid having to change branch. Finally I describe how git worktree allows you to check out multiple branches at once, so you can work on two branches simultaneously, without impacting each other.


0 comments