This commit is contained in:
rusefi 2020-04-11 16:27:32 -04:00
parent d5616fbb9e
commit 71d2b741c2
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
git checkout -b wiki-git-local wiki-git/master >> log.txt 2>>err.txt
git fetch normal-git >> log.txt 2>>err.txt
git merge normal-git/master >> log.txt 2>>err.txt
git push wiki-git HEAD:master >> log.txt 2>>err.txt
git checkout master >> log.txt 2>>err.txt
git branch -d wiki-git-local >> log.txt 2>>err.txt