testeronious@lemmy.world to Programming@programming.dev · 2 years agoModern Git Commands and Features You Should Be Usingmartinheinz.devexternal-linkmessage-square25linkfedilinkarrow-up1129arrow-down15cross-posted to: git@programming.dev
arrow-up1124arrow-down1external-linkModern Git Commands and Features You Should Be Usingmartinheinz.devtesteronious@lemmy.world to Programming@programming.dev · 2 years agomessage-square25linkfedilinkcross-posted to: git@programming.dev
minus-squareMiaoulinkfedilinkarrow-up1·2 years 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·2 years agodid I use worktree the wrong way? the subfolder with the repository where the worktree was placed, has to be recompiled anyway?
minus-squareMiaoulinkfedilinkarrow-up1·2 years 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