摘要: Git 添加分支 git branch 分支名 查看分支 git branch 查看当前所在分支 git status 切换分支 git checkout ‘分支名’ 添加 git add 文件名 提交 git commit -m ‘提交标识名’ 合并分支 git merge 分支名 (你在哪个分支 阅读全文
posted @ 2021-06-08 10:07 无心1111 阅读(51) 评论(0) 推荐(0)