Merge remote-tracking branch 'non-wiki-git/master'
This commit is contained in:
commit
5730668469
|
@ -1,5 +1,6 @@
|
||||||
git remote -v
|
git remote -v
|
||||||
git remote add wiki-git https://github.com/rusefi/rusefi_documentation.wiki.git
|
git remote add wiki-git https://github.com/rusefi/rusefi_documentation.wiki.git
|
||||||
|
git remote add best-wiki-git https://github.com/rusefi/rusefi.wiki.git
|
||||||
git remote add normal-git https://github.com/rusefi/rusefi_documentation.git
|
git remote add normal-git https://github.com/rusefi/rusefi_documentation.git
|
||||||
git remote -v
|
git remote -v
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,18 @@
|
||||||
git checkout -b wiki-git-local wiki-git/master >> log.txt 2>>err.txt
|
|
||||||
|
|
||||||
git fetch normal-git >> log.txt 2>>err.txt
|
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 merge normal-git/master >> log.txt 2>>err.txt
|
||||||
git push wiki-git HEAD:master >> log.txt 2>>err.txt
|
git push wiki-git HEAD:master >> log.txt 2>>err.txt
|
||||||
|
|
||||||
|
|
||||||
|
git checkout -b best-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 checkout master >> log.txt 2>>err.txt
|
git checkout master >> log.txt 2>>err.txt
|
||||||
git pull >> log.txt 2>>err.txt
|
git pull >> log.txt 2>>err.txt
|
||||||
git branch -d wiki-git-local >> log.txt 2>>err.txt
|
git branch -d wiki-git-local >> log.txt 2>>err.txt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue