git 常用命令 克隆 – clone git clone <远程git仓库地址> // 克隆远程项目 git clone -b <远程分支名> <远程git仓库地址> //克隆远程分支名 继续阅读git 常用命令