How to link your git project with an existing Heroku app
To add your Heroku application as a remote in your git repository, use the following command:
git remote add heroku-remote git@heroku.com:project.git
Where project.git is your heroku application, and heroku-remote the name you want for the remote, in my case I usually have several remotes, one for production, staging and dev
1 Notes/ Hide
-
juandazuluaga liked this
-
edgar posted this