error: failed to push some refs to 'https://github.com/userId/userProject.git'
원본 리포지토리가 로컬 리포지토리보다 앞서 있습니다. 푸시하기 전에 다음과 같이 원본 리포지토리에서 변경 사항을 풀다운해야 합니다. 커밋과 푸시 사이에 실행할 수 있습니다.
git pull origin 브런치명 --allow-unrelated-histories
Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch (git bash)
merge시 커밋 메세지를 입력해야하는데 git bash에서 단축키를 얼고 있어야한다.