common/a~g*:fix outdated Chinese pages (#14690)

* common/a~g*:fix outdated Chinese pages

* Update airmon-ng.md

* Update aria2c.md

* update chown

* Update ansible-playbook.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Jin
2024-11-27 06:20:32 -05:00
committed by GitHub
parent 864b1b260f
commit 67166ff0e7
24 changed files with 261 additions and 140 deletions

View File

@@ -15,6 +15,18 @@
`gh repo fork {{拥有者}}/{{仓库}} --clone`
- 在网络浏览器中查看仓库:
-默认的网络浏览器中查看一个仓库:
`gh repo view {{仓库}} --web`
- 列出特定用户或组织拥有的仓库(如果未设置拥有者,默认拥有者将是当前登录用户):
`gh repo list {{拥有者}}`
- 仅列出非派生的仓库并限制列出的仓库数量默认30
`gh repo list {{拥有者}} --source -L {{限制数量}}`
- 列出具有特定主要编程语言的仓库:
`gh repo list {{拥有者}} --language {{语言名称}}`