Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直认为两者都是可以互换的,并且一直在做 git push heroku 作为捷径。两者有区别吗?
git push heroku master将主分支推送到heroku远程。
git push heroku master
heroku
git push heroku将默认分支(通常是主分支)推送到heroku远程。
git push heroku