
git
起舞的迈特凯
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
repo sync 常见问题
1git prior sync failed; rebase still in progressgit rebase --abortgit am --abortdiscarding 3 commitsgit checkout $BRANCHNAME原创 2022-01-21 13:33:44 · 868 阅读 · 0 评论 -
cherry-pick 提交报错
git cherry-pick +commitIt took 2.01 seconds to enumerate untracked files. 'status -uno'may speed it up, but you have to be careful not to forget to addnew files yourself (see 'git help status')....原创 2019-05-22 09:53:14 · 18159 阅读 · 0 评论