반응형 heroku git 재설정1 [heroku] git 재설정 및 레파지토리(저장소) 초기화 하는 방법 heroku App는 앱마다 git 저장소가 있다. 처음에 A라는 프로젝트를 배포하고 있다가, 일괄 B 프로젝트로 변경해야 할때 기존처럼 git push heorku master 하면 문제가 생긴다. 당연히 git 상태 버전이 안맞기 때문에 기존 heroku app git 저장소를 초기화 해주어야 한다. # heroku-repo 설치 heroku plugins:install heroku-repo # 기존 git 초기화 명령어 $ heroku repo:reset --app AppName 그런 다음 다시 git push heroku master 를 하면 새롭게 push가 가능하다. 2022. 11. 28. 이전 1 다음 반응형