2011/07/29

Gitの初期設定


sudo yum install -y git
git config --global user.name "名前"
git config --global user.email メール@アドレス
git config --global color.ui true 

あとはgit add . なりgit commit -m "" なり git pushなりしてください。

0 件のコメント: