git*: update outdated pages, fix English pages (#14149)
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
|
||||
- Crea un archivo bundle de los últimos 5 commits de la rama actual:
|
||||
|
||||
`git bundle create {{ruta/al/archivo.bundle}} -{{5}} {{HEAD}}`
|
||||
`git bundle create {{ruta/al/archivo.bundle}} -5 {{HEAD}}`
|
||||
|
||||
- Crea un archivo bundle de los últimos 7 días:
|
||||
|
||||
`git bundle create {{ruta/al/archivo.bundle}} --since {{7.days}} {{HEAD}}`
|
||||
`git bundle create {{ruta/al/archivo.bundle}} --since 7.days {{HEAD}}`
|
||||
|
||||
- Verifica que un archivo bundle es válido y puede aplicarse al repositorio actual:
|
||||
|
||||
|
Reference in New Issue
Block a user