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.
是否可以将heroku git存储库添加到github?
示例我有一个 Heroku git:
git@heroku.com:myapp.git
我可以以某种方式将其添加到 github 吗?所以我可以看到想要的文件在服务器上并跟踪更改等。
您可以将另一个远程添加到指向您的 github 帐户/存储库的克隆中,然后在您进行更改时也推送到该存储库。不过,您必须确保始终推送到两个遥控器。
可以设置 git 同时推送到两个存储库。
请在此处查看此帖子:同时推送到多个 Git 存储库