Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-05 00:20:34 +00:00
parent 26232b7183
commit 22576ac740
23 changed files with 291 additions and 67 deletions

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Deepen current shallow branch by 2 commits:
`git fetch --deepen 2`
- Update the `main` branch without switching to it (equivalent to `git pull`):
`git fetch {{origin}} main:main`