We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d0aa1 commit a308883Copy full SHA for a308883
convert.sh
@@ -5,9 +5,9 @@ echo $now
5
branchname="master_$now"
6
echo $branchname
7
8
-git checkout -b $branchname master # create and switch to the release branch
9
-git push -u origin $branchname # push the release branch to the remote and track it
10
-git checkout prepare_conversion # switch to branch that is before mediawiki conversion
+#git checkout -b $branchname master # create and switch to the release branch
+#git push -u origin $branchname # push the release branch to the remote and track it
+#git checkout prepare_conversion # switch to branch that is before mediawiki conversion
11
12
# perform conversion
13
#../mediawiki_to_git_md/convert.py mediawiki_dump.xml
0 commit comments