lysdexic to GitEnglish · 8 месяцев назадModern 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 · 8 месяцев назадmessage-square8fedilinkcross-posted to: programming
minus-squarerobinmlinkfedilinkarrow-up5·8 месяцев назад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.
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.