Skip to content

Commit a308883

Browse files
committed
another update to convert
1 parent c8d0aa1 commit a308883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

convert.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ echo $now
55
branchname="master_$now"
66
echo $branchname
77

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
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
1111

1212
# perform conversion
1313
#../mediawiki_to_git_md/convert.py mediawiki_dump.xml

0 commit comments

Comments
 (0)