[git] Push 에러 :: Updates were rejected because the tip of your current branch is behind

동민·2021년 7월 8일
0
hint: Updates were rejected because the tip of your current branch is behind

hint: its remote counterpart. Integrate the remote changes (e.g.

hint: 'git pull ...') before pushing again.

hint: See the 'Note about fast-forwards' in 'git push --help' for details.

git push 할 때, 위와 같은 에러가 발생한다면

강제 푸시

git push origin +[브랜치명]

git push origin +feature/OOOO-theOSHOP
profile
BE Developer

0개의 댓글