mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
lazygit: add Spanish translation (#15826)
This commit is contained in:
parent
2240682c3b
commit
2f9a37f5c5
1 changed files with 32 additions and 0 deletions
32
pages.es/common/lazygit.md
Normal file
32
pages.es/common/lazygit.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# lazygit
|
||||
|
||||
> Una sencilla interfaz de terminal para comandos Git, que proporciona una interfaz intuitiva para gestionar repositorios.
|
||||
> Más información: <https://github.com/jesseduffield/lazygit>.
|
||||
|
||||
- Abre Lazygit en el repositorio actual:
|
||||
|
||||
`lazygit`
|
||||
|
||||
- Abre Lazygit para un repositorio Git específico:
|
||||
|
||||
`lazygit --path {{ruta/a/repositorio}}`
|
||||
|
||||
- Inicia Lazygit con el foco en un panel específico:
|
||||
|
||||
`lazygit {{status|branch|log|stash|...}}`
|
||||
|
||||
- Imprime la configuración por defecto de Lazygit:
|
||||
|
||||
`lazygit --config`
|
||||
|
||||
- Cola los registros de Lazygit (útil con el modo de depuración en otro terminal):
|
||||
|
||||
`lazygit --logs`
|
||||
|
||||
- Ejecuta Lazygit en modo depuración:
|
||||
|
||||
`lazygit --debug`
|
||||
|
||||
- Imprime el directorio de configuración:
|
||||
|
||||
`lazygit --print-config-dir`
|
Loading…
Add table
Reference in a new issue