gpt4 book ai didi

Git 命令执行 pull 并将我的更改放在顶部而不 stash ?

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

每次我必须从存储库中获取最新的更改时,我必须存储我的更改,然后进行 pull ,然后再次取消存储我的更改,当有很多人在这个项目上工作并且你必须每天这样做很多次。

我想知道是否有一个 git 命令可以做到这一点。

最佳答案

git rebase --autostash 之后执行正常的 git fetch 怎么样?

来自 man git-rebase:

--[no-]autostash
Automatically create a temporary stash before the operation begins,
and apply it after the operation ends. This means that you can run
rebase on a dirty worktree. However, use with care: the final stash
application after a successful rebase might result in non-trivial
conflicts.

关于Git 命令执行 pull 并将我的更改放在顶部而不 stash ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31864391/

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