add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

33
pages.zh/common/tig.md Normal file
View File

@@ -0,0 +1,33 @@
# tig
> 一个可配置的基于 `ncurses` 的 Git TUI。
> 另见: `gitui`、`git-gui`。
> 更多信息: <https://jonas.github.io/tig/doc/manual.html>。
- 以逆时间顺序显示从当前提交开始的提交序列:
`tig`
- 显示特定分支的历史:
`tig {{branch}}`
- 显示特定文件或目录的历史:
`tig {{path1 path2 ...}}`
- 显示两个引用(如分支或标签)之间的差异:
`tig {{base_ref}}..{{compared_ref}}`
- 显示所有分支和暂存区的提交:
`tig --all`
- 以暂存视图启动,显示所有保存的暂存:
`tig stash`
- 在 TUI 中显示帮助:
`h`