git 常用命令锦囊
- 获取当前 项目 git url
1 | git remote show # origin |
- 获取当前分支
1 | git symbolic-ref --short -q HEAD # master |
原文链接: http://blog.jajabjbj.top/2018/05/22/2018-05-22/
版权声明: 转载请注明出处.
1 | git remote show # origin |
1 | git symbolic-ref --short -q HEAD # master |
原文链接: http://blog.jajabjbj.top/2018/05/22/2018-05-22/
版权声明: 转载请注明出处.