diff options
Diffstat (limited to 'git.md')
| -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 |