gpt4 book ai didi

git - 如何在没有 pull 力的情况下 push ?

转载 作者:太空狗 更新时间:2023-10-29 13:50:13 26 4
gpt4 key购买 nike

我和另一个人正在处理一个项目组件。

我们过去常常推 pull 等等。一旦我创建了该项目的新副本而没有从远程存储库中提取并在其中进行了许多更改。

现在我无法将它推送到远程存储库。

它提示像那样先 pull 后推..

还有其他方法可以解决吗?
或者我是否需要提取、复制和粘贴所有这些更改?

最佳答案

您可以改为在您要 pull 的内容之上重放本地提交

git pull --rebase

然后你就可以毫无问题地推送了

https://gitmap.files.wordpress.com/2010/12/pull-rebase.png?w=620

( Image from gitmap: "Learning GIT" )

另见“Why one should use ‘git pull’ command with ‘rebase’ option.”:

http://code4reference.com/wp-content/uploads/2013/06/git-pull-rebase1-e1371538599469.jpg

关于git - 如何在没有 pull 力的情况下 push ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34380648/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com