Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-29 00:23:53 +00:00
parent 262de4bc4f
commit 65da745d60
15 changed files with 216 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Apply and commit changes following a remote patch file:
`curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply`
`curl {{[-L|--location]}} {{https://example.com/file.patch}} | git am`
- Abort the process of applying a patch file: