Git
コミット すべての追加変更ファイルをステージする git add . コミットを作成 git commit -m "commit message" リモートに反映 git push ブランチ ブランチの作成 git branch [branch name] ブランチの移動 git checkout [branch name] ブランチの削除 git b…
コミット すべての追加変更ファイルをステージする git add . コミットを作成 git commit -m "commit message" リモートに反映 git push ブランチ ブランチの作成 git branch [branch name] ブランチの移動 git checkout [branch name] ブランチの削除 git b…