Closed Foxandxss closed 11 years ago
Ah yeah, we probably have that git setting that defaults to push only the current branch. (push.default = current)
On Sun, Aug 25, 2013 at 8:07 AM, Foxandxss notifications@github.com wrote:
When I tried to deploy an example (using your angular template) to heroku. Heroku told me to push to a branch like
master
so instead of:git push heroku
I had to do:git push heroku master
Cheers :)
Reply to this email directly or view it on GitHub: https://github.com/testdouble/lineman-docs/issues/2
When I tried to deploy an example (using your angular template) to heroku. Heroku told me to push to a branch like
master
so instead of:
git push heroku
I had to do:
git push heroku master
Cheers :)