diff options
| author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2025-11-04 22:49:37 +0100 |
|---|---|---|
| committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2025-11-04 22:49:37 +0100 |
| commit | 78e0c1ab92198dc36130b918137ddd5f1f7dac33 (patch) | |
| tree | 7c83fc3585a13022f6c271bad5e55ac66fc3ecb7 | |
| parent | 1b878651d9764f71c1e501cdbdb384df4dab72d5 (diff) | |
Fix git bisect explanation
| -rw-r--r-- | git.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |