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