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.
Gitk is a graphical repository browser. It was the first of its kind. It can be thought of as a GUI wrapper for git log . It is useful for exploring and visualizing the history of a repository.
Basically all you need to do is type 'open . ' to open the current directory in Finder and then click the Git button to open up git gui.
sudo apt-get install git-gui gitk
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With