logoalt Hacker News

PunchyHamsteryesterday at 3:01 PM1 replyview on HN

Sooooo git worktree. It's exactly that. One repository dir checked out in different places with different branches.


Replies

farouqjalabiyesterday at 4:51 PM

Not quite, Gitbutler allows you to apply multiple branches to the code base at once. With codebases you will have multiple code bases not one.

for example: It allows me to test coworkers branches with mine without merging or creating new branch.

It has many features that makes it super easy to add patch to any commit in any branch

show 3 replies