lysdexic to GitEnglish · 9 months agoModern Git Commands and Features You Should Be Usingmartinheinz.devexternal-linkmessage-square8fedilinkarrow-up163arrow-down10cross-posted to: programming
arrow-up163arrow-down1external-linkModern Git Commands and Features You Should Be Usingmartinheinz.devlysdexic to GitEnglish · 9 months agomessage-square8fedilinkcross-posted to: programming
minus-squarebreadsmasher@lemmy.worldlinkfedilinkEnglisharrow-up9·9 months agogit worktree I was not aware of. Very interesting!
minus-squarerobinmlinkfedilinkarrow-up2·edit-29 months agoIt’s so anoying that at $WORK we have multiple git repos with symbolic link that points above their respective .git to each other and need to be in sync. So of course git workree and git bisect don’t work that well…
git worktree
I was not aware of. Very interesting!It’s so anoying that at $WORK we have multiple git repos with symbolic link that points above their respective .git to each other and need to be in sync. So of course
git workree
andgit bisect
don’t work that well…