Expand the GitHub branch using the hero CLI

I want to do this: enter image description here

using the CLI Heroku.

If I have remote git on my computer, I can do git push my-heroku-remote master

But since my heroku application is already connected to the git project, I find this approach redundant.

Any ideas?

+4
source share

Source: https://habr.com/ru/post/1695019/


All Articles