testeronious@lemmy.world to Programming@programming.dev · 7 months agoModern Git Commands and Features You Should Be Usingmartinheinz.devexternal-linkmessage-square25fedilinkarrow-up1131arrow-down15cross-posted to: git@programming.dev
arrow-up1126arrow-down1external-linkModern Git Commands and Features You Should Be Usingmartinheinz.devtesteronious@lemmy.world to Programming@programming.dev · 7 months agomessage-square25fedilinkcross-posted to: git@programming.dev
minus-squareMiaou@jlai.lulinkfedilinkarrow-up1·edit-27 months agoBecause spending 1h+ recompiling everything whenever a colleagues points out a typo in a merge request is a waste of time
minus-squarePoisonedPrisonPanda@discuss.tchncs.delinkfedilinkarrow-up1·7 months agodid I use worktree the wrong way? the subfolder with the repository where the worktree was placed, has to be recompiled anyway?
minus-squareMiaou@jlai.lulinkfedilinkarrow-up1·7 months agoIf you have a build directory per worktree then no. Every branch is built independently
Because spending 1h+ recompiling everything whenever a colleagues points out a typo in a merge request is a waste of time
did I use worktree the wrong way? the subfolder with the repository where the worktree was placed, has to be recompiled anyway?
If you have a build directory per worktree then no. Every branch is built independently