【发布时间】:2021-05-11 20:56:30
【问题描述】:
我有一个名为 communication_app 的存储库,一个名为 teleApp 的分支,另一个存储库是名为 patient_interface 的分支的 communication_app_patient
我想将communication_app的代码修改推送到communication_app_patient
如何迁移这些更改?
【问题讨论】:
-
git push https://github.com/the_other_repo communication_app:communication_app_patient -
这能回答你的问题吗? Push commits to another branch
-
我有两个 repo,一个是我正在工作的 repo
communication_app,我想将这些更改推送到communication_app_patientrepo
标签: git