Skip to content

Commit

Permalink
Merge pull request apache#6 from mesosphere/keith-demo-branch
Browse files Browse the repository at this point in the history
Commit script
  • Loading branch information
keith-mcclellan committed Mar 31, 2016
2 parents a9a5fc1 + f8f5b22 commit 1e2cadd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commit.sh
@@ -0,0 +1,5 @@
cp site/_posts/2016-02-25-welcome-to-cd-demo.markdown site/_posts/$(date +%Y-%m-%d)-my-test-post.markdown
vi site/_posts/$(date +%Y-%m-%d)-my-test-post.markdown
git add site/_posts/$(date +%Y-%m-%d)-my-test-post.markdown
git commit -m "Demo change"
git push origin $1

0 comments on commit 1e2cadd

Please sign in to comment.