mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 03:48:40 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user