git-*: sync Spanish translation (#5893)

* git-config: sync Spanish translation

* git-lfs: sync Spanish translation

* git-log: sync Spanish translation

* git-remote: sync Spanish translation

* git-restore: sync Spanish translation

* git-show: sync Spanish translation

* git-status: sync Spanish translation

* git-switch: sync Spanish translation
This commit is contained in:
Ignacio Mattos
2021-05-04 14:18:41 -03:00
committed by GitHub
parent 27f99ebd23
commit 8939f2e0eb
8 changed files with 83 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
# git status
> Muestra los cambios realizados en los archivos del repositorio Git.
> Indica los archivos cambiados, añadidos y eliminados comparándolos con el último commit.
> Lista los archivos cambiados, añadidos y eliminados comparándolos con el último commit.
> Más información: <https://git-scm.com/docs/git-status>.
- Muestra los archivos cambiados que aún no han sido añadidos a un commit:
@@ -15,3 +15,7 @@
- No muestra los archivos sin rastrear en la salida:
`git status --untracked-files=no`
- Muestra la salida en formato breve junto a la información del branch:
`git status --short --branch`