This commit is contained in:
Tommy Parnell
2015-11-21 00:07:54 -05:00
parent b43501ce87
commit ef42d3d18b

View File

@@ -1,4 +1,8 @@
echo "hit"
#!/bin/bash
rm -rf .git
git config user.email "tparnell8@gmail.com"
git config user.name "Tommy Parnell"
git init
git add .
git commit -m "Deployed to Github Pages"
git push --force "git@github.com:tparnell8/Resume.git" master:gh-pages