Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-14 00:18:04 +00:00
parent 5f589d2ead
commit 9304a1c1bb
51 changed files with 121 additions and 54 deletions

View File

@@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git
- Create a bundle file of the last 5 commits of the current branch:
`git bundle create {{path/to/file.bundle}} -{{5}} {{HEAD}}`
`git bundle create {{path/to/file.bundle}} -5 {{HEAD}}`
- Create a bundle file of the latest 7 days:
`git bundle create {{path/to/file.bundle}} --since {{7.days}} {{HEAD}}`
`git bundle create {{path/to/file.bundle}} --since 7.days {{HEAD}}`
- Verify that a bundle file is valid and can be applied to the current repository: