且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将Heroku git存储库重置为初始状态?

更新时间:2022-10-31 08:58:02

You can nest git commands to execute force push.

For your case the command will be:

git push heroku `git subtree split --prefix website master`:master --force

相关阅读

技术问答最新文章