Dessalines@lemmy.ml to Programming@programming.dev · 5 days agoWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comexternal-linkmessage-square21linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comDessalines@lemmy.ml to Programming@programming.dev · 5 days agomessage-square21linkfedilink
minus-squareJamonBear@sh.itjust.workslinkfedilinkarrow-up0·5 days agoWorktrees are great, unless you have submodules…
minus-squareDessalines@lemmy.mlOPlinkfedilinkarrow-up0·5 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.