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 7c4e04e commit 0bb73c0Copy full SHA for 0bb73c0
deploy.sh
@@ -18,7 +18,7 @@ git add -A
18
git commit -m 'deploy'
19
20
# if you are deploying to https://<USERNAME>.github.io
21
-git remote add origin https://github.com/kabbagepatch/kabbagepatch.github.io.git
+git remote set-url 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>
0 commit comments