Sunday, May 17, 2015

git インストール

Synaptic で git をインストール (Ver2.1.4)

$ git --version
で確認
$ git config --global user.name "name"
$ git config --global user.email "email"
日本語ファイル名の文字化けを防ぐために
$ git config --global core.quotepath false
で設定
$ git config --list
で設定確認(git config -l でもOK)

Synaptic でgit-cola をインストール(Ver2.0.6)
(インストールリストには出ないが、これで git-dag も一緒に入る)

No comments: