2013-05-10から1日間の記事一覧

Gitの各種設定

git

コミッターの名前とメールアドレスを設定 $ git config user.name "hchuno apo" $ git config user.email hchuno@test.com 適用されているかどうか確認。 $ git config user.name hchuno apo $ git config user.email hchuno@test.com Gitの各種コマンド結果…