Skip to content

Commit

Permalink
https://github.com/rusefi/rusefi_documentation/issues/37
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed May 14, 2020
1 parent 112fbdc commit 2f8dcc3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion Special/Tools/git_add_upstream.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
git remote -v
git remote add temp-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 technical-git https://github.com/rusefi/rusefi_documentation.git
git remote -v
Expand Down
7 changes: 0 additions & 7 deletions Special/Tools/git_merge_normal_git_into_wiki_git.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
echo Fetching everything >> log.txt 2>>err.txt
git fetch technical-git >> log.txt 2>>err.txt
git fetch best-wiki-git >> log.txt 2>>err.txt
git fetch temp-wiki-git >> log.txt 2>>err.txt


echo Merging technical into best wiki >> log.txt 2>>err.txt
Expand All @@ -10,15 +9,9 @@ git merge technical-git/master >> log.txt 2>>err.txt
git push best-wiki-git HEAD:master >> log.txt 2>>err.txt


echo Merging technical into wiki which we shall remove >> log.txt 2>>err.txt
git checkout -b temp-wiki-git-local temp-wiki-git/master >> log.txt 2>>err.txt
git merge technical-git/master >> log.txt 2>>err.txt
git push temp-wiki-git HEAD:master >> log.txt 2>>err.txt

echo Cleanup >> log.txt 2>>err.txt
git checkout master >> log.txt 2>>err.txt
git pull >> log.txt 2>>err.txt
git branch -d temp-wiki-git-local >> log.txt 2>>err.txt
git branch -d best-wiki-git-local >> log.txt 2>>err.txt


3 changes: 0 additions & 3 deletions Special/Tools/git_merge_wiki_git_into_normal_git.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
git checkout master >> log.txt 2>>err.txt
git reset --hard origin/master >> log.txt 2>>err.txt
git pull >> log.txt 2>>err.txt
git fetch temp-wiki-git >> log.txt 2>>err.txt
git merge temp-wiki-git/master >> log.txt 2>>err.txt
git push >> log.txt 2>>err.txt

git fetch best-wiki-git >> log.txt 2>>err.txt
git merge best-wiki-git/master >> log.txt 2>>err.txt
Expand Down

0 comments on commit 2f8dcc3

Please sign in to comment.