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.
假设我有一个 Github 存储库。
Github(不使用git)可以做到这一点吗?
我知道我可以在克隆的存储库上添加第二个远程(fork),然后也将更改推送到那里(相关答案在这里),但我很好奇 Github 是否提供了另一种方法来将更改推送到 fork你的回购副本。
据我所知,它必须通过 Git 完成。
请记住,拉取远程也涉及合并和潜在的冲突解决,因此为了在存储库之间拉/合并/推送,您需要访问 Git 的合并/冲突解决机制。Github 没有必要为它公开它自己的(不可避免的复杂)接口,因为你还不如通过 Git 在本地完成它。