gpt4 book ai didi

git - 为什么 git branch 没有显示一个分支?

转载 作者:太空狗 更新时间:2023-10-29 14:31:38 29 4
gpt4 key购买 nike

在 Windows 10 的 cmd 中

>git branch
* master

只显示了一个分支,就是master分支。我被告知还有另一个名为“staging”的分支,但我没有看到它。

当我运行以下命令时

>git checkout staging
Branch staging set up to track remote branch staging from origin.
Switched to a new branch 'staging'

然后

>git branch
* master
staging

为什么staging分支一开始没有显示,现在显示了?

谢谢。

最佳答案

git 只列出本地分支,直到您 checkout 远程分支。

git branch -r

还将列出所有远程分支

关于git - 为什么 git branch 没有显示一个分支?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42116467/

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