tofdinoの日々

SIerのSEが学んだことをアウトプットをする場所

ローカルブランチ名とリモートブランチの名前が違う時

リモートブランチ名とローカルブランチ名は一致させましょう

## プッシュ
git push origin feature/hoge
error: src refspec feature/hoge does not match any
error: failed to push some refs to 'https://github.com/userhoge/hoge'
## ローカルブランチ名を変更する
git branch -m [新しいブランチ名]