写bug的小杨

导航

mac git 操作

1.test分支提交到deily和master

1.右下角——选择项目——选择origin/deily
2.鼠标点击代码,右键git-compare with branch test(和本地的代码比对)
3.合代码
4.git-commit file
5.git commit and push

 

 

2.

mac idea配置git

https://www.jianshu.com/p/5cddc8d03754

 

2.

clone某项目test分支下的代码

git clone -b test git@code.***.com:****/****.git

 

3.

生成SSH key

$ ssh-keygen -t rsa -C "***.com"
进入/user/zl/.ssh 下面有id_rsa.pub,里面就是公钥



4.
mac,IDEA下执行加载本地jar包命令
mvn install:install-file -Dfile=jd-api-sdk-2.2.jar -Dpackaging=jar -DgroupId=com.eco.lib -DartifactId=pop-jdk -Dversion=2.2


5.
mac下安装redis
https://www.jianshu.com/p/bb7c19c5fc47

mac设置redis密码
https://www.jianshu.com/p/7065841745e0

 

 

 

posted on 2020-04-08 23:15  迷途的小狗  阅读(430)  评论(0编辑  收藏  举报