siulon

导航

git简单使用

git常用命令 将文件添加到暂存区 git add 将文件提交到本地仓库 git commit -m "commit message" 将文件上传到远程仓库 git push 查看分支 git branch//本地分支 git branch -r//远程分支 创建分支 git branch dev

posted on 2021-09-05 20:57  siulon  阅读(19)  评论(0编辑  收藏  举报