Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-09 00:19:24 +00:00
parent ad2dc48e1b
commit fbe9a1abf2
6 changed files with 92 additions and 3 deletions

View File

@@ -27,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Delete local references to remote branches that have been deleted upstream:
`git fetch {{[-p|--prune]}}`
- Deepen current shallow branch by 2 commits:
`git fetch --deepen 2`