git命令行获取某分支代码
摘要:参考https://www.cnblogs.com/nylcy/p/6569284.html git clone -b branch1 http://xxx.xx.xxx... git clone -b *分支* *地址*
阅读全文
IDEA查看项目对应的git地址
摘要:参考 https://blog.csdn.net/yyyadan/article/details/85091972 项目文件夹/.git/config
阅读全文
IDEA 中tomcat日志位置
摘要:参考 https://blog.csdn.net/dela_/article/details/78555977 /home/dela/.IntelliJIdea2017.1/system/tomcat/Unnamed_Spring_10(当前Project的名字)
阅读全文