m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/git.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2025-11-04 22:49:37 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2025-11-04 22:49:37 +0100
commit78e0c1ab92198dc36130b918137ddd5f1f7dac33 (patch)
tree7c83fc3585a13022f6c271bad5e55ac66fc3ecb7 /git.md
parent1b878651d9764f71c1e501cdbdb384df4dab72d5 (diff)
Fix git bisect explanation
Diffstat (limited to 'git.md')
-rw-r--r--git.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.md b/git.md
index c18e88e..34d814f 100644
--- a/git.md
+++ b/git.md
@@ -15,7 +15,7 @@
git bisect new
git checkout <some commit a while ago>
git bisect old
- git bisect run <command that returns 1 on old, 0 on new>
+ git bisect run <command that returns 0 on old, 1 on new>
## Patches