摘要: //拉取远程仓库代码git pull // 提交代码到暂存区git add . // 提交到本地仓库git commit -m '提示信息' // 提交到仓库git push // 检查提交的状态git status // 创建本地分支git branch 分支名 //切换本地分支 git chec 阅读全文
posted @ 2021-07-25 18:12 Ark-Butterfly 阅读(23) 评论(0) 推荐(0)