Dessalines@lemmy.ml to Programming@programming.dev · 8 months agoWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comexternal-linkmessage-square14linkfedilinkarrow-up187arrow-down11cross-posted to: programming@lemmy.ml
arrow-up186arrow-down1external-linkWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comDessalines@lemmy.ml to Programming@programming.dev · 8 months agomessage-square14linkfedilinkcross-posted to: programming@lemmy.ml
minus-squareJamonBear@sh.itjust.workslinkfedilinkarrow-up4·8 months agoWorktrees are great, unless you have submodules…
minus-squareDessalines@lemmy.mlOPlinkfedilinkarrow-up5arrow-down1·8 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 --remotewithin any new worktree dir.