Gitのめも

# セットアップ
git init

# ステータス確認
git status

# 追加
git add --all 

# コミット
git commit -m "コメント"