Dessalines@lemmy.ml to Programming@programming.dev · 4 months agoWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comexternal-linkmessage-square16fedilinkarrow-up199arrow-down11cross-posted to: git@programming.dev
arrow-up198arrow-down1external-linkWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comDessalines@lemmy.ml to Programming@programming.dev · 4 months agomessage-square16fedilinkcross-posted to: git@programming.dev
minus-squareDessalines@lemmy.mlOPlinkfedilinkarrow-up4arrow-down1·4 months agoI use submodules for worktrees. You usually just have to run git submodule update --remote within any new worktree dir.
I use submodules for worktrees. You usually just have to run
git submodule update --remotewithin any new worktree dir.