随笔分类 -  git

摘要:/target/ !.mvn/wrapper/maven wrapper.jar STS .apt_generated .classpath .factorypath .project .settings .springBeans .sts4 cache IntelliJ IDEA .idea .i 阅读全文
posted @ 2018-09-11 15:33 沙漠皇帝 阅读(673) 评论(0) 推荐(0) 编辑
摘要:git配置windows下的凭证 如果是更换git账号,先将windows下c盘对应用户下的.git credentials文件删除,然后重新输入用户名密码即可。 阅读全文
posted @ 2018-09-04 16:06 沙漠皇帝 阅读(6700) 评论(0) 推荐(0) 编辑
摘要:常用的文件 阅读全文
posted @ 2018-09-04 15:58 沙漠皇帝 阅读(115) 评论(0) 推荐(0) 编辑
摘要:```bash $ git rm --cached ./target/* rm 'spring5/spring01-quickstart/target/classes/com/sz/App.class' rm 'spring5/spring01-quickstart/target/test-classes/com/sz/AppTest.class' $ git commit -m "rm ta... 阅读全文
posted @ 2018-08-18 17:15 沙漠皇帝 阅读(2595) 评论(0) 推荐(0) 编辑
摘要:```bash $ git config --global user.name "xxxx" $ git config --global user.email "xxxx" ``` 阅读全文
posted @ 2018-08-18 17:05 沙漠皇帝 阅读(234) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示