this.isMin.uk


branch의 upstream branch가 다른 브랜치로 설정된 경우

fatal: The upstream branch of your current branch does not match
the name of your current branch.  To push to the upstream branch
on the remote, use

    git push origin HEAD:master

To push to the branch of the same name on the remote, use

    git push origin HEAD

어느   옵션만 계속 선택하려면, 'git help config'에서 push.default를 참고하십시오.

Til, Git