1、克隆代码到本地 git clone https://gitee.com/bbigsun/docsify-template.git 克隆到本地,默认标签名称为 origin origin https...
Git 常用命令
1、分支 master :主分支,每个仓库都有的分支 develop :功能开发分支 feature :小设计开发 hotfix :修复bug release :测试分支 2、常用命令 查看 git ...