写bug的小杨

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

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   迷途的小狗  阅读(436)  评论(0编辑  收藏  举报

点击右上角即可分享
微信分享提示