git查看当前分支的远程分支的两种方法:
[root@k8smaster ~]# ~/code/shop$ git branch -vv
* local daf2bff [origin/local] 代码整理
master ba6408a [origin/master] init
还有就是:
git remote show origin
指尖上的记忆git查看当前分支的远程分支的两种方法:
[root@k8smaster ~]# ~/code/shop$ git branch -vv
* local daf2bff [origin/local] 代码整理
master ba6408a [origin/master] init
还有就是:
git remote show origin