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:
@@ -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`
|
||||
|
Reference in New Issue
Block a user