随笔分类 - git
摘要:/target/ !.mvn/wrapper/maven wrapper.jar STS .apt_generated .classpath .factorypath .project .settings .springBeans .sts4 cache IntelliJ IDEA .idea .i
阅读全文
摘要:git配置windows下的凭证 如果是更换git账号,先将windows下c盘对应用户下的.git credentials文件删除,然后重新输入用户名密码即可。
阅读全文
摘要:```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...
阅读全文
摘要:```bash
$ git config --global user.name "xxxx"
$ git config --global user.email "xxxx" ```
阅读全文