Git相关指令

一、从git仓库上拉代码

git clone yourGitHttpUrl

二、查看远程仓库地址

git remote -v

三、创建分支和切换分支

git checkout branchName

你可能感兴趣的:(gitgithub)