DEV Community

Discussion on: "Git" more than one branch

Collapse
 
itsasine profile image
ItsASine (Kayla)

I like worktrees for writing tests for one branch while tests are running in the "main" branch (full suite of integration tests, so about an hour of runtime). But I end up defaulting to just having 1 active branch and using gitlab's MR diff view for reviews.