git*: update outdated pages, fix English pages (#14149)

This commit is contained in:
Sebastiaan Speck
2024-10-13 10:26:47 +02:00
committed by GitHub
parent 896e024860
commit f21fa6a211
96 changed files with 302 additions and 302 deletions

View File

@@ -13,11 +13,11 @@
- 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: