Initial settings of Git

Git setup

Git needs initial setup. I type:

$ git config --global user.name "NIIBE Yutaka"
$ git config --global user.email "gniibe@fsij.org"