lysdexic@programming.dev to Git@programming.devEnglish · 2 years agoModern Git Commands and Features You Should Be Usingmartinheinz.devexternal-linkmessage-square6fedilinkarrow-up154arrow-down10cross-posted to: programming@programming.dev
arrow-up154arrow-down1external-linkModern Git Commands and Features You Should Be Usingmartinheinz.devlysdexic@programming.dev to Git@programming.devEnglish · 2 years agomessage-square6fedilinkcross-posted to: programming@programming.dev
minus-squarerobinm@programming.devlinkfedilinkarrow-up2·edit-22 years 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…
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 workreeandgit bisectdon’t work that well…