Git
赶紧去巡山
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git 不提交target及imp等文件
项目下建立 .gitignore 文件 HELP.md /target/ !.mvn/wrapper/maven-wrapper.jar !**/src/main/**/target/ !**/src/test/**/target/ ### STS ### .apt_generated .classpath .factorypath .project .settings .springBeans .sts4-cache ### IntelliJ IDEA ### .idea *.iws *.iml原创 2020-10-30 11:11:22 · 2118 阅读 · 0 评论 -
Git仓库初始化
转发自https://www.cnblogs.com/520yang/articles/5719142.html You have an empty repository To get started you will need to run these commands in your terminal. New to Git?Learn the basic Git commands Configure Git for the first time git config --globa..转载 2020-08-27 16:47:57 · 277 阅读 · 0 评论
分享