git
git
feifeiyechuan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git 记录
1、安装2、基础命令git log -p 可以查看具体修改git log --pretty=oneline 查看简单logglobal 用户级别system 系统级别 /etc/.gitconfig无参数 本地仓库级别3、基本流程4、分支和标签创建分支 git branch dev切换分支 git checkout dev...原创 2020-04-14 11:53:09 · 267 阅读 · 0 评论 -
git常用记录
1、git报错 a git process remove the file manually to continue…Git操作的过程中突然显示Another git process semms to be running in this repository, e.g. an editor opened by ‘git commit’. Please make sure all proces...原创 2019-05-29 11:33:36 · 419 阅读 · 0 评论
分享