수정사항 받아오기
git pull origin main
수정사항 올리기
git init
git add .
git commit -m "메세지"
git push origin main
강제로 push 하기
git push origin main --force
branch protection rule
에 의해 protected branch에서는 force push가 실행되지 않음.
해제하는 방법 : 프로젝트 settings
-> branches
-> edit
-> allow force push
체크