git-status: update page (#22127)

This commit is contained in:
Lena Pastwa
2026-04-19 12:22:19 +02:00
committed by GitHub
parent 3aa9c08aa2
commit 9f0e8879f9
6 changed files with 9 additions and 29 deletions
-4
View File
@@ -16,10 +16,6 @@
`git status {{[-vv|--verbose --verbose]}}`
- Muestra la rama (branch) e información de seguimiento:
`git status {{[-b|--branch]}}`
- Muestra la salida en formato breve junto a la información de la rama (branch):
`git status {{[-sb|--short --branch]}}`
-4
View File
@@ -16,10 +16,6 @@
`git status {{[-vv|--verbose --verbose]}}`
- Tampilkan informasi mengenai cabang ([b]ranch) dan status pelacakan dari remote:
`git status {{[-b|--branch]}}`
- Tampilkan daftar berkas beserta informasi cabang dalam format:
`git status {{[-sb|--short --branch]}}`
-4
View File
@@ -16,10 +16,6 @@
`git status {{[-vv|--verbose --verbose]}}`
- [b]ranch 및 추적 정보 표시:
`git status {{[-b|--branch]}}`
- [s]hort 형식으로 출력하면서 [b]ranch 정보 표시:
`git status {{[-sb|--short --branch]}}`
-4
View File
@@ -16,10 +16,6 @@
`git status {{[-vv|--verbose --verbose]}}`
- Mostra informações da branch e de rastreamento:
`git status {{[-b|--branch]}}`
- Mostra a saída em formato curto junto com as informações da branch:
`git status {{[-sb|--short --branch]}}`
-4
View File
@@ -16,10 +16,6 @@
`git status {{[-vv|--verbose --verbose]}}`
- 显示当前分支及其跟踪(上游)分支信息:
`git status {{[-b|--branch]}}`
- 以简短形式输出,同时包含分支信息:
`git status {{[-sb|--short --branch]}}`
+9 -9
View File
@@ -4,7 +4,7 @@
> List changed, added, and deleted files compared to the currently checked-out commit.
> More information: <https://git-scm.com/docs/git-status>.
- Show changed files which are not yet added for commit:
- Show untracked and changed files which are not yet added for commit:
`git status`
@@ -12,18 +12,18 @@
`git status {{[-s|--short]}}`
- Show verbose information on changes in both the staging area and working directory:
`git status {{[-vv|--verbose --verbose]}}`
- Show the branch and tracking info:
`git status {{[-b|--branch]}}`
- Show output in short format along with branch info:
`git status {{[-sb|--short --branch]}}`
- Show the changes in staged files (like `git diff --cached`):
`git status {{[-v|--verbose]}}`
- Show the changes in all tracked files (like `git diff`):
`git status {{[-vv|--verbose --verbose]}}`
- Show the number of entries currently stashed away:
`git status --show-stash`