mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
git-cola: add Spanish translation (#14793)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
24afb5475c
commit
666056bba4
1 changed files with 24 additions and 0 deletions
24
pages.es/common/git-cola.md
Normal file
24
pages.es/common/git-cola.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# git cola
|
||||
|
||||
> Una poderosa interfaz gráfica de Usuario (GUI) Git con experiencia de usuario ágil e intuitiva.
|
||||
> Más información: <https://git-cola.readthedocs.io>.
|
||||
|
||||
- Inicia la GUI:
|
||||
|
||||
`git cola`
|
||||
|
||||
- Inicia la GUI en modo de enmienda (amend mode):
|
||||
|
||||
`git cola --amend`
|
||||
|
||||
- Apunta a un repositorio Git. Predeterminado al directorio actual:
|
||||
|
||||
`git cola --prompt`
|
||||
|
||||
- Abre el repositorio Git en la ruta mencionada:
|
||||
|
||||
`git cola --repo {{ruta/al/repositorio-git}}`
|
||||
|
||||
- Aplica el filtro de ruta al componente gráfico de estado:
|
||||
|
||||
`git cola --status-filter {{filtro}}`
|
Loading…
Add table
Reference in a new issue