2020
10-10
10-10
shell脚本一键同时推送代码至github和gitee的解决办法
自己写的东西,要同时推送多个git地址,解决办法如下:1.先要初始化你的git 进入自己的项目目录,然后执行git initcd/app/code/go-studygitinit2.执行以下脚本:#!/bin/bash#authorOliver#since2020-09-0315:24:31gitremotermorigin#replaceyourgitlocationgitremoteaddorigin'https://github.com/**********'gitpullremotemastergitadd.gitcommit-m...
继续阅读 >