$ git push
fatal: The current branch kiso06_05 has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin kiso06_05
というエラーが吐かれてしまった。
原因は上流ブランチが設定されていないことだった。
指示通り
git push --set-upstream origin kiso06_05
とすると無事プッシュできた。
gitについてはまだまだこれから勉強しないと全然分からん...