Update cheatsheets

This commit is contained in:
ivuorinen
2024-08-15 00:15:19 +00:00
parent e4b6d095d3
commit 8af6185d12

View File

@@ -35,3 +35,7 @@ source: https://github.com/tldr-pages/tldr.git
- Unbundle a specific branch from a bundle file into the current repository:
`git pull {{path/to/file.bundle}} {{branch_name}}`
- Create a new repository from a bundle:
`git clone {{path/to/file.bundle}}`