m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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