Git入門

Gitの初期設定
$ git config --global user.name XXXXXX $ git config --global user.email XXXXXX@XXXXXX

Gitの使い方

$ git init