Created
August 10, 2013 15:18
-
-
Save Chris-Gillis/6200811 to your computer and use it in GitHub Desktop.
Script to automatically publish draft to repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git pull | |
git add . | |
git add -u | |
git commit -m "Automatic Draft Commmit" | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment