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 ef4a653 commit 7c4e04eCopy full SHA for 7c4e04e
deploy.sh
@@ -18,7 +18,8 @@ git add -A
18
git commit -m 'deploy'
19
20
# if you are deploying to https://<USERNAME>.github.io
21
-git push -f https://github.com/kabbagepatch/kabbagepatch.github.io.git master
+git remote add origin https://github.com/kabbagepatch/kabbagepatch.github.io.git
22
+git push -f origin master
23
24
# if you are deploying to https://<USERNAME>.github.io/<REPO>
25
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
0 commit comments