Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-15 00:19:52 +00:00
parent 2f0bb2e110
commit cb2b02c321
11 changed files with 240 additions and 6 deletions

View File

@@ -29,9 +29,9 @@ source: https://github.com/tldr-pages/tldr.git
`git bisect start {{bad_commit}} {{good_commit}} -- {{path/to/file_or_directory}}`
- Automate the bisect process using a test script that `exit`s with 0 for "good" and non-zero for "bad" (script arguments are optional):
- Automate the bisect process using a test script that `exit`s with 0 for "good" and non-zero for "bad":
`git bisect run {{path/to/test_script}} {{script_arguments}}`
`git bisect run {{path/to/test_script}} {{optional_script_arguments}}`
- Display a log of what has been done so far: