私は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 で実行されますか? また、個別にインストールする必要がありますか?
ありがとう、ピーター。