git コマンド

 

更新ファイルだけ追加
git add --all
git log
git commit -m "initial commit"
git push origin master  //masterを更新
git branch [branch_name]  //ブランチの作成
git checkout [branch_name]  //ブランチの移動