로컬의 master 위치로 원격의 master브랜치를 하려고할때 위와 같은 명령어가 뜨면 아래와 같이 입력한다. git remote add origin URL_TO_YOUR_REPO git push origin master -f