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 38e9d85 commit 5dfdf0bCopy full SHA for 5dfdf0b
.DS_Store
-6 KB
gh-pages.sh
@@ -4,4 +4,6 @@ cp ./CNAME ./dist/CNAME
4
cp ./humans.txt ./dist/humans.txt
5
cp ./crossdomain.xml ./dist/crossdomain.xml
6
cp ./README.md ./dist/README.md
7
-git subtree push --prefix dist origin master
+git subtree split --prefix dist -b master # create a local master branch containing the splitted output folder
8
+git push -f origin master:master # force the push of the master branch to the remote master branch at origin
9
+git branch -D master # delete the local master because you will need it: ref
0 commit comments