随笔分类 - Git+maven
摘要:git reset --hard commit-id git push -f
阅读全文
摘要:maven依赖更新 pom文件路径下 mvn dependency:purge-local-repository
阅读全文
摘要:git配置账户 gitconfig --global user.email "779333472@qq.com" git config --global user.name "779333472@qq.com" gitignore不生效 git rm -r --cached . git add .
阅读全文
摘要:1)创建一个Project mvn archetype:generate -DarchetypeCatalog=internal -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype
阅读全文
摘要:step 1 : msysgit安装 step 2 : 安装完毕后,打开git bash 输入以下命令: git config --global user.name xxx (用户名) git config --global user-email xxxx (登录邮箱账号) step 3 : 创建S
阅读全文
摘要:# maven # target logs # eclipse # .settings .project .classpath .log # windows # Thumbs.db # Mac # .DS_Store # Package Files # *.war *.ear # idea # .i
阅读全文