Linuxにgitをインストール
今回の環境
centos6.4
実行コマンド
yum install git-core
なんか、英文がつらつらと出てきたが、
なんとかインストールできた。
初期設定
git config --global user.name "ユーザー名"
git config --global user.email "メールアドレス"
color.ui設定をautoにしておくと、コマンドからの
出力が見やすくなるそうです。
git config --global color.ui auto
設定内容の確認
cat $HOME/.gitconfig