我正在使用 Ubuntu 11.10 并且刚刚安装了 git
sudo apt-get install
基本的 git 命令似乎可以工作。(我创建了一个存储库并向其中添加了一个目录结构。)但不是 git gui 或 gitk。这就是我得到的
peter@peter-Inspiron-620:/var/www$ sudo git gui
git: 'gui' is not a git command. See 'git --help'.
Did you mean one of these?
grep
init
pull
push
peter@peter-Inspiron-620:/var/www$
对于 gitk
peter@peter-Inspiron-620:/var/www$ sudo gitk
sudo: gitk: command not found
peter@peter-Inspiron-620:/var/www$
这些命令是否在 Ubuntu 上运行,我需要单独安装它们吗?
谢谢,彼得。