lysdexic@programming.dev to Git@programming.devEnglish · 2 years agoModern Git Commands and Features You Should Be Usingmartinheinz.devexternal-linkmessage-square10fedilinkarrow-up164arrow-down10cross-posted to: [email protected]
arrow-up164arrow-down1external-linkModern Git Commands and Features You Should Be Usingmartinheinz.devlysdexic@programming.dev to Git@programming.devEnglish · 2 years agomessage-square10fedilinkcross-posted to: [email protected]
minus-squarerobinm@programming.devlinkfedilinkarrow-up5·2 years agoFor those who don’t know (I assume you do), you can git bisect run some_command and git will automatically run git bisect until it finds the falty commit. It’s amazing.
For those who don’t know (I assume you do), you can
git bisect run some_command
and git will automatically run git bisect until it finds the falty commit. It’s amazing.