git branch -d <branchname>
Via! 4. ブランチを削除する【チュートリアル1 ブランチを使ってみよう】 | サルでもわかるGit入門 〜バージョン管理を使いこなそう〜 | どこでもプロジェクト管理バックログ
git branch -d <branchname>
Via! 4. ブランチを削除する【チュートリアル1 ブランチを使ってみよう】 | サルでもわかるGit入門 〜バージョン管理を使いこなそう〜 | どこでもプロジェクト管理バックログ
fatal: You have not concluded your merge (MERGE_HEAD exists). Please, commit your changes before you can merge.
とgitに言われたら、
$ git reset --merge
via! ikeyasuki’s diary
git push origin new-branch-name
git push origin new_branch
git remote -v
$ git config --global color.ui auto