摘要: 1.Git常用操作命令汇总 git branch 查看本地所有分支git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支git branch -r 查看本地所有分支git commit -am "init" 提交并且加注释 git remote a 阅读全文
posted @ 2020-06-01 16:11 Tester_Jhm 阅读(154) 评论(0) 推荐(0)