git简单使用
摘要:git常用命令 将文件添加到暂存区 git add 将文件提交到本地仓库 git commit -m "commit message" 将文件上传到远程仓库 git push 查看分支 git branch//本地分支 git branch -r//远程分支 创建分支 git branch dev
阅读全文
posted @ 2021-09-05 20:57
posted @ 2021-09-05 20:57
posted @ 2021-09-04 16:15
posted @ 2021-09-02 10:16
posted @ 2021-09-02 09:09