mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
git-status: update page (#22127)
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
@@ -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]}}`
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
|
||||
`git status {{[-vv|--verbose --verbose]}}`
|
||||
|
||||
- [b]ranch 및 추적 정보 표시:
|
||||
|
||||
`git status {{[-b|--branch]}}`
|
||||
|
||||
- [s]hort 형식으로 출력하면서 [b]ranch 정보 표시:
|
||||
|
||||
`git status {{[-sb|--short --branch]}}`
|
||||
|
||||
@@ -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]}}`
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
|
||||
`git status {{[-vv|--verbose --verbose]}}`
|
||||
|
||||
- 显示当前分支及其跟踪(上游)分支信息:
|
||||
|
||||
`git status {{[-b|--branch]}}`
|
||||
|
||||
- 以简短形式输出,同时包含分支信息:
|
||||
|
||||
`git status {{[-sb|--short --branch]}}`
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user