12 2023 档案

摘要:查看(选择要提交的文件) git status 暂存(把要提交的文件放到暂存区) git add . 提交(先把文件提交到本地) git commit -m "this is commit val" 变基 git rebase origin/develop 如果有冲突 git status // 查 阅读全文
posted @ 2023-12-12 17:49 Cyber_nnno 阅读(47) 评论(0) 推荐(0)