当前位置:   article > 正文

git基础教程(33) 绑定上游分支,拉取特定分支代码_git master 绑定其他项目分支

git master 绑定其他项目分支

1、空仓库master分支

git clone了一个空的远程仓库之后,git 默认就给我们创建了一个本地分支叫master:

$ git clone git@gitee.com:hongjiaheng/test_1.git
Cloning into 'test_1'...
warning: You appear to have cloned an empty repository.

$ cd test_1/

$ git status
On branch master

No commits yet

nothing to commit (create/copy files and use "git add" to track)

$ git branch -a

$ git branch -avv

$ git 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/1017941
推荐阅读
相关标签
  

闽ICP备14008679号