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,但是当我对我的副本进行更改时,有人已经将更改推送到远程仓库。 我现在该怎么办 ?我如何对回购push进行更改?remote
gitHub
push
remote
我是 gitHub 和 git 的新手。
谢谢
执行 agit pull --rebase从远程 repo 中提取更改。然后,您可以将更改推送到远程存储库,前提是您没有遇到合并冲突。
git pull --rebase