git基本代码
git clone
git add .
git commit -m “xxx”
git push origin master
git clone -b dev –single-branch 仓库地址
vscode看不到新建的远程分支
在项目文件打开git运行命令:git remote update origin –prune
git remote update 远程仓库名字–prune
git clone
git add .
git commit -m “xxx”
git push origin master
git clone -b dev –single-branch 仓库地址
vscode看不到新建的远程分支
在项目文件打开git运行命令:git remote update origin –prune
git remote update 远程仓库名字–prune