mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 09:50:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user