Git push로 바로 푸쉬하기 & 커밋 충돌 해결하기

git config push.default current <- git push 바로하기

git fetch origin develop git merge origin/develop

git commit하고 :twisted_rightwards_arrows: 넣기 git push 하기