Skip to content

Instantly share code, notes, and snippets.

@Chris-Gillis
Created August 10, 2013 15:18
Show Gist options
  • Save Chris-Gillis/6200811 to your computer and use it in GitHub Desktop.
Save Chris-Gillis/6200811 to your computer and use it in GitHub Desktop.
Script to automatically publish draft to repository
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