gpt4 book ai didi

Git stash apply 和 drop

转载 作者:IT王子 更新时间:2023-10-29 01:03:35 27 4
gpt4 key购买 nike

是否有一个 git 命令既可以应用存储又可以删除它?

这是一个命令:

git stash apply
git stash drop

最佳答案

你想要git stash pop !

pop [--index] [-q|--quiet] [<stash>]
Remove a single stashed state from the stash list and apply it on
top of the current working tree state, i.e., do the inverse
operation of git stash save. The working directory must match the
index.

关于Git stash apply 和 drop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14778460/

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