This commit is contained in:
rusefi 2020-04-17 12:15:46 -04:00
parent 4fa1a0e614
commit be9c89b3ff
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ git fetch normal-git >> log.txt 2>>err.txt
git checkout -b wiki-git-local wiki-git/master >> 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 push best-wiki-git HEAD:master >> log.txt 2>>err.txt
git checkout -b best-wiki-git-local wiki-git/master >> log.txt 2>>err.txt