摘要: 基本操作 初始化 git init 查询当前分支状态 git status 查看当前分支名称 git branch 切换分支 git checkout xxx # 要切换的分支名称 拉取最新当前分支 git pull 创建本地分支并切换到此分支 git checkout -b develop ori 阅读全文
posted @ 2023-06-07 13:02 LegendN 阅读(27) 评论(0) 推荐(0) 编辑