标签:status 远程仓库 bsp git pre 常用命令 git push push 切分
git branch -a
git status
git add .
git commit -m ‘此处内容为你本次提交的备注‘
git pull
git push
git push origin "本地分支的名称":"新建远程分支的名称"
git checkout -b ‘远程分支名称‘
未完待续。。。继续深入
标签:status 远程仓库 bsp git pre 常用命令 git push push 切分
原文地址:https://www.cnblogs.com/wangly-yaoyao/p/9718789.html