Dessalines@lemmy.ml to Programming@programming.dev · 23 days agoWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comexternal-linkmessage-square22fedilinkarrow-up1120arrow-down11
arrow-up1119arrow-down1external-linkWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comDessalines@lemmy.ml to Programming@programming.dev · 23 days agomessage-square22fedilink
minus-squareDessalines@lemmy.mlOPlinkfedilinkarrow-up5arrow-down1·23 days 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 --remote
within any new worktree dir.