
git
行走的老熊
9年java开发工程师
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git问题总结
1,git pull需要 账号密码,但是idea的git插件不需要密码问题?答:a>首先执行以下命令:git config --global credential.helper storeb>接着执行git pull再次输入用户名和密码.以后就不用输入账号密码了。...原创 2020-08-24 09:41:26 · 612 阅读 · 0 评论 -
github学习记录
1,git reset三种提交方式git回滚三种方式 local index resopository soft no no yes mixed(默认) no yes yes hard yes yes yes原创 2020-03-01 21:25:10 · 195 阅读 · 0 评论