Dessalines@lemmy.ml to Programming@programming.dev · 9 days agoWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comexternal-linkmessage-square22linkfedilinkarrow-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 · 9 days agomessage-square22linkfedilink
minus-squareJamonBear@sh.itjust.workslinkfedilinkarrow-up4·9 days agoWorktrees are great, unless you have submodules…
minus-squareDessalines@lemmy.mlOPlinkfedilinkarrow-up5arrow-down1·9 days 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.