アプリをGitとHerokuにデプロイする方法についての説明を受けましたが、Gitにあまり詳しくないため(「基本」だけを知っています)、少し助けを求めたいと思います。Herokuからアプリをダウンロードしました。これが私がすべきことです:
Create separate git branches for new updates, push the branch to Github, create pull requests and merge them into master.
Then pull the master branch locally and deploy to Heroku.
適切なワークフローは何ですか?調査後:
git branch new_branch
git push origin new_branch
git fetch new_branch
git merge master/new_branch
git push heroku...
ワークフローについて訂正してもらえますか?
ありがとうございました