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 も一緒に入る)
Sunday, May 17, 2015
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment