Git
ITsuperhero
凡不能毁灭我的必将使我强大
展开
-
Git使用记录二
Gitee使用记录Gitee上传一、拉下来二、添加三、上传 Gitee上传 一、拉下来 git pull 二、添加 git add * 三、上传 //feature#I37ZRS 为仓库名 git push origin feature#I37ZRS原创 2021-03-25 16:37:32 · 150 阅读 · 0 评论 -
Git使用记录一
GitBash下拉Gitee分支命令git clone HTTPS地址git branch -agit checkout -b feature#I2M7ZY origin/feature#I2M7ZYgit pull (一般不用) 命令 git clone HTTPS地址 //克隆仓库 git clone https://gitee.com/bosscome/finav.git git branch -a //查看分支(需进入克隆后的本地地址) git branch -a 分支内容(exampl原创 2021-02-24 10:56:07 · 148 阅读 · 0 评论