|
|
|
|
|
by anderspetersson
4146 days ago
|
|
You could use something like "git push heroku master" before, but with this you dont need to setup a separate remote when using github+heroku, you can simply just push to github, that means the code that you see on github is the same as the one running on heroku, that wasn't always the case before. |
|