常用 Git 命令
条评论常规
1 | $ git add <path>/<file> |
Remote
1 | $ git remote [-v | --verbose] |
查看日志
1 | $ git status |
版本回退
1 | #本地分支暂存区回退 |
分支管理
1 | $ git branch |
子仓库
1 | #在仓库当前路径添加子模块 |
- 本文链接:https://antfaiz5z.github.io/2018/08/17/git/
- 版权声明:The author owns the copyright, please indicate the source reproduced.