摘要:
1、只克隆某个分支到本地git clone -b <branch> <remote_repo>例如:git clone -b xyz ssh://***@xxx.com:29418/aaa/bbb/ccc && scp -p -P 29418 ***@gerrit.xxx.com:hooks/com 阅读全文
摘要:
1、只克隆某个分支到本地git clone -b <branch> <remote_repo>例如:git clone -b xyz ssh://***@xxx.com:29418/aaa/bbb/ccc && scp -p -P 29418 ***@gerrit.xxx.com:hooks/com 阅读全文
摘要:
mvn compile -e 编译mvn package 打包mvn clean install 清除本地库并且重新从maven库中拉取jar包进行编译 阅读全文
|