Dessalines@lemmy.ml to Programming@programming.dev · 28 days agoWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comexternal-linkmessage-square22linkfedilinkarrow-up1120arrow-down11cross-posted to: git@programming.devprogramming@lemmy.ml
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 · 28 days agomessage-square22linkfedilinkcross-posted to: git@programming.devprogramming@lemmy.ml
minus-squareDessalines@lemmy.mlOPlinkfedilinkarrow-up5arrow-down1·27 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.