相关疑难解决方法(0)

另一个遥控器的git状态

我通过发布:添加了第二个遥控器

git remote add stash ...
Run Code Online (Sandbox Code Playgroud)

但是,当我这样做的时候

git status
Run Code Online (Sandbox Code Playgroud)

它检查origin/master的状态.如何发出git状态来检查第二个遥控器的状态,在本例中为"stash".我尝试了以下命令,但它们仍然跟踪origin/master:

git status stash/master
git status "stash/master"
Run Code Online (Sandbox Code Playgroud)

提前感谢您的投入!

git status

8
推荐指数
1
解决办法
6306
查看次数

标签 统计

git ×1

status ×1