Dessalines@lemmy.ml to Programming@programming.dev · 2 months agoWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comexternal-linkmessage-square18linkfedilinkarrow-up1118
arrow-up1118external-linkWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comDessalines@lemmy.ml to Programming@programming.dev · 2 months agomessage-square18linkfedilink
minus-squareJamonBear@sh.itjust.workslinkfedilinkarrow-up4·2 months agoWorktrees are great, unless you have submodules…
minus-squareDessalines@lemmy.mlOPlinkfedilinkarrow-up5·2 months agoI use submodules for worktrees. You usually just have to run git submodule update --remote within any new worktree dir.
Worktrees are great, unless you have submodules…
I use submodules for worktrees. You usually just have to run
git submodule update --remote
within any new worktree dir.