摘要: git 下载仓库:git clone xxx.git 查看远程分支:git branch -a 查看本地分支:git branch 切换分支:git checkout -b 分支名 origin/分支名 更新:git pull 提交: git add. git commit -m balabala 阅读全文
posted @ 2021-05-18 16:27 可乐奶茶 阅读(49) 评论(0) 推荐(0) 编辑