force push

This commit is contained in:
Pl4gue
2017-12-21 12:41:16 +01:00
parent faad2aefd1
commit 1b670794d6

View File

@ -13,7 +13,7 @@ commit_website_files() {
upload_files() {
git remote add origin https://${GH_TOKEN}@github.com/Pl4gue/30-seconds-of-code.git > /dev/null 2>&1
git push --quiet --set-upstream origin master
git push --force --quiet --set-upstream origin master
}
setup_git