Git基础-查看、添加、删除远程仓库链接,切换分支,查看分支等

收藏

1.查看远程仓库

git remote -v

2.添加远程仓库

git remote add origin 远程仓库地址

3.删除远程仓库

git remote remove origin

4.查看所在目录的分支

git branch -a

5.切换分支:

git checkout BranchName

创建一个新的分支并切换到新分支

git checkout -b newBranch  == git branch newBranch   git checkout newBranch





评论(

您还未登录,请先去登录
表情
查看更多

相关作者

  • 获取点赞0
  • 文章阅读量9

相关文章

联系小鹿线

咨询老师

咨询老师

扫码下载APP