헤로쿠 커밋푸쉬를 하라는데 어떻게 하는건지 모르겠습니다..일단 vscode로 다운받고그다음에 코드를 수정했는데 수정사항을 다시 올려주려면 커밋 푸쉬해주면 된다고 하는데어떻게하는지요... 신입이라서 모르겠씁니다...ㅠ$ git add . $ git commit -am "make it better" $ git push heroku master이렇게하라는데 이게 맞나요?...
PS C:\test> git add .warning: adding embedded git repository: (앱이름)hint: You've added another git repository inside your current repository.hint: Clones of the outer repository will not contain the contents ofhint: the embedded repository and will not know how to obtain it.hint: If you meant to add a submodule, use:hint: hint: git submodule add <url> (앱이름)hint: hint: If you added this path by mistake, you can remove it from thehint: index with:hint: hint: git rm --cached (앱이름)hint: hint: See "git help submodule" for more information.이렇게 나오는데 이건 왜그러나요 ㅠ?
You've added another git repository inside your current repository.폴더 아래 .git 폴더가 있는 것 같습니다.프로젝트에 .git 폴더는 하나로 관리하는 것이 간단합니다.