connect to heroku git terminal code example
Example 1: heroku cli
$ sudo snap install --classic heroku
Example 2: heroku and github on termi
$ git remote rename heroku heroku-staging
$ sudo snap install --classic heroku
$ git remote rename heroku heroku-staging