gpt4 book ai didi

Git pushd 和 popd?即 checkout 最后状态

转载 作者:IT王子 更新时间:2023-10-29 00:40:40 25 4
gpt4 key购买 nike

我正在编写一个 Bash 脚本,我想 checkout 一个标签,然后 checkout 回到我开始的地方。

我尝试了 git co HEAD@{1},但是当从 master 开始时,这让我回到了 master 的提交 SHA,但头部是分离的。

Git 有没有类似pushd & popd 的东西?

最佳答案

git checkout @{-1} 可以缩写为git checkout -

From the manpage:

As a special case, the "@{-N}" syntax for the N-th last branch checks out the branch (instead of detaching). You may also specify - which is synonymous with "@{-1}".

关于Git pushd 和 popd?即 checkout 最后状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5150898/

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