mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
472 B
472 B
git cola
功能强大且界面直观的 Git 图形化界面工具。 更多信息:https://git-cola.readthedocs.io.
- 启动图形界面:
git cola
- 以修订模式启动图形界面:
git cola --amend
- 提示选择 Git 仓库(默认为当前目录):
git cola --prompt
- 打开指定路径的 Git 仓库:
git cola --repo {{路径/到/git仓库}}
- 在状态组件中应用路径过滤器:
git cola --status-filter {{过滤器}}