Dessalines@lemmy.ml to Programming@programming.dev · 1 month agoWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comexternal-linkmessage-square22fedilinkarrow-up1119arrow-down11cross-posted to: programming@lemmy.ml
arrow-up1118arrow-down1external-linkWorktrees: Git's best kept secret (and why you should use them) | Tom Upswww.tomups.comDessalines@lemmy.ml to Programming@programming.dev · 1 month agomessage-square22fedilinkcross-posted to: programming@lemmy.ml
minus-square6nk06@sh.itjust.workslinkfedilinkarrow-up3·1 month ago it seems very similar to just “git cloning” Worktrees take less space, and the fetch/pull only has to be done once. It’s a nice feature but restricted to workflows where you work on a lot of features at the same time.
Worktrees take less space, and the fetch/pull only has to be done once. It’s a nice feature but restricted to workflows where you work on a lot of features at the same time.