首先新建文件夹,在文件夹里右键git bash here,
git clone 地址,用vscode打开代码,修改好代码之后,
首先git branch -a查看远程分支,git checkout test切换到test分支,git branch查看当前分支,
git pull,git add . ,git commit -m "提交代码到test分支",git push origin test
2023-11-11 22:41:46
首先新建文件夹,在文件夹里右键git bash here,
git clone 地址,用vscode打开代码,修改好代码之后,
首先git branch -a查看远程分支,git checkout test切换到test分支,git branch查看当前分支,
git pull,git add . ,git commit -m "提交代码到test分支",git push origin test