heroku push different branch code example
Example 1: git remote add heroku
heroku git:remote -a project
Example 2: heroku git remote
heroku git:remote -a name-of-app
Example 3: how to push different branch to heroku
git push heroku <other branch to push>:main
git push heroku login_feature:main