Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-14 00:20:26 +00:00
parent 39d8cd0675
commit 09d5fa917f
6 changed files with 40 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ source: https://github.com/tldr-pages/tldr.git
`git bisect {{good|bad}}`
- After `git bisect` pinpoints the faulty commit, end the bisect session and return to the previous branch:
- End the bisect session and return to the previous branch:
`git bisect reset`