From 38c5d8129c39911116d13a2f261ec46f23b33b4b Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 21 Nov 2015 00:42:36 -0500 Subject: [PATCH] add all even forced --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 94a5169..bca2724 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash git config user.email "tparnell8@gmail.com" git config user.name "Tommy Parnell" -git add . +git add . --force git commit -m "Deployed to Github Pages" git push --force "git@github.com:tparnell8/about.tommyparnell.com.node.git" master:gh-pages