開発ツール
$ git add -p
$ git diff --cached
$ git reset HEAD
$ git reset --hard HEAD
$ git checkout -b <branch name>
$ git merge <branch name>