bl双性强迫侵犯h_国产在线观看人成激情视频_蜜芽188_被诱拐的少孩全彩啪啪漫画

shell腳本如何實(shí)現(xiàn)一鍵同時(shí)推送代碼至github和gitee-創(chuàng)新互聯(lián)

這篇文章將為大家詳細(xì)講解有關(guān)shell腳本如何實(shí)現(xiàn)一鍵同時(shí)推送代碼至github和gitee,小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,希望大家閱讀完這篇文章后可以有所收獲。

我們提供的服務(wù)有:成都網(wǎng)站設(shè)計(jì)、網(wǎng)站制作、微信公眾號(hào)開發(fā)、網(wǎng)站優(yōu)化、網(wǎng)站認(rèn)證、云巖ssl等。為1000+企事業(yè)單位解決了網(wǎng)站和推廣的問題。提供周到的售前咨詢和貼心的售后服務(wù),是有科學(xué)管理、有技術(shù)的云巖網(wǎng)站制作公司

解決辦法如下:

1.先要初始化你的git

             進(jìn)入自己的項(xiàng)目目錄,然后執(zhí)行 git  init

cd /app/code/go-study
git init

2.執(zhí)行以下腳本:

#!/bin/bash
#author Oliver
#since 2020-09-03 15:24:31
 
git remote rm origin
#replace your git location
git remote add origin 'https://github.com/**********'
git pull remote master
git add .
git commit -m $1
git push origin master --force
if [ "$?" = "0" ]
then
 echo -e "\033[42;34m push to github success! \033[0m"
else
 echo -e "\033[41;30m push to github fail! \033[0m"
 exit 1
fi
 
git remote rm origin
#replace your git location
git remote add origin 'https://gitee.com/**********'
git pull remote master
git add .
git commit -m $1
git push origin master --force
 
if [ "$?" = "0" ]
then
 echo -e "\033[42;34m push to gitee success! \033[0m"
else
 ech -e "\033[41;30m push to gitee fail! \033[0m"
 exit 1
fi

3.執(zhí)行shell腳本,可以傳一個(gè)參數(shù)是git 的提交的msg:

./shell.sh "提交代碼"

PS:下面看下git強(qiáng)制覆蓋本地代碼和強(qiáng)制推送本地到遠(yuǎn)程倉庫

1.git強(qiáng)制覆蓋本地文件(與git遠(yuǎn)程倉庫保持一致):

git fetch --all
git reset --hard origin/master
git pull
git強(qiáng)制覆蓋本地命令(單條執(zhí)行):
git fetch --all && git reset --hard origin/master && git pull

2.git強(qiáng)制推送本地代碼到遠(yuǎn)程倉庫

切換到對(duì)應(yīng)的要上傳文件的文件夾下面執(zhí)行命令


git push -u origin develop

關(guān)于“shell腳本如何實(shí)現(xiàn)一鍵同時(shí)推送代碼至github和gitee”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,使各位可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),請(qǐng)把它分享出去讓更多的人看到。

分享名稱:shell腳本如何實(shí)現(xiàn)一鍵同時(shí)推送代碼至github和gitee-創(chuàng)新互聯(lián)
網(wǎng)頁鏈接:http://vcdvsql.cn/article4/didjie.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站內(nèi)鏈搜索引擎優(yōu)化微信小程序微信公眾號(hào)動(dòng)態(tài)網(wǎng)站網(wǎng)站排名

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

網(wǎng)站優(yōu)化排名