
git
hurtheart517
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git 常用命令清单
--删除新增文件git clean -df--撤销本地文件修改git checkout -- <file>--回退至指定版本git reset --hard <version>--本地git分支重命名git branch -m <oldbranchname> <newbranchname>--删除本地分支git bra...原创 2018-10-17 08:58:47 · 185 阅读 · 0 评论 -
idea git 右键 show history 为灰色,不可用
idea git 右键 show history 为灰色,不可用。解决方法:File ——>Settings——>Version Control,点击控制面板右上角的加号"+",将工程添加至版本控制设置即可。如图...原创 2019-06-05 23:28:09 · 9182 阅读 · 5 评论