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

View File

@@ -0,0 +1,32 @@
# lazygit
> 一个简单的终端用户界面,用于 Git 命令,提供直观的界面来管理代码库。
> 更多信息:<https://github.com/jesseduffield/lazygit>。
- 在当前代码库中打开 Lazygit
`lazygit`
- 为特定 Git 代码库打开 Lazygit
`lazygit --path {{path/to/repository}}`
- 启动 Lazygit 并聚焦于特定面板:
`lazygit {{status|branch|log|stash|...}}`
- 打印默认的 Lazygit 配置:
`lazygit --config`
- 实时查看 Lazygit 日志(在另一个终端中调试模式下很有用):
`lazygit --logs`
- 以调试模式运行 Lazygit
`lazygit --debug`
- 打印配置目录:
`lazygit --print-config-dir`