I am using Ubuntu 11.10 and have just installed git using
sudo apt-get install
The basic git commands seem to work. (I have created a repository and added a directory structure to it.) But not git gui or gitk. This is what I get
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$
For gitk
peter@peter-Inspiron-620:/var/www$ sudo gitk
sudo: gitk: command not found
peter@peter-Inspiron-620:/var/www$
Do those commands run on Ubuntu and do I need to install them separately?
Thanks,
Peter.
question from:
https://stackoverflow.com/questions/14673257/git-gui-and-gitk-not-present-after-installing-git 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…