关于git:Git相关指令

0次阅读

共计 87 个字符,预计需要花费 1 分钟才能阅读完成。

一、从 git 仓库上拉代码

git clone yourGitHttpUrl

二、查看近程仓库地址

git remote -v

三、创立分支和切换分支

git checkout branchName

正文完
 0