复制项目 git clone https://**.git
浅复制 git clone –depth=1 https://**.git
git fetch –unshallow 获取完整项目版本
git branch -D ** 删除本地分支
Git命令--常用
最新推荐文章于 2023-11-22 17:33:30 发布
复制项目 git clone https://**.git
浅复制 git clone –depth=1 https://**.git
git fetch –unshallow 获取完整项目版本
git branch -D ** 删除本地分支