摘要:
sonarlint提示add a private constructor to hide the implicit public one Utility classes should not have public constructors 意思是util类里面都是静态方法,不会去初始化这个类,所以 阅读全文
摘要:
我们新建三个分支分别是master、dev、test,之后在dev分支的test.txt文件新建2个提交,在test分支的test.txt文件新建2个提交。 切换到test分支,然后执行git rebase dev 我们要将dev分支的提交应用到test分支: 然后在test分支执行git reba 阅读全文