Agit-Fllow的使用
git-repo笔记
1、建立本地分支与远程分支的对应关系
git branch -u origin/master
2、提交代码评审
git pr
3、查看本地分支与远程分支的对应关系
git branch -vv
资料来源:https://help.aliyun.com/document_detail/153798.html
git branch -u origin/master
git pr
3、查看本地分支与远程分支的对应关系
git branch -vv
资料来源:https://help.aliyun.com/document_detail/153798.html