We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9a5fc1 + f8f5b22 commit 1e2caddCopy full SHA for 1e2cadd
commit.sh
@@ -0,0 +1,5 @@
1
+cp site/_posts/2016-02-25-welcome-to-cd-demo.markdown site/_posts/$(date +%Y-%m-%d)-my-test-post.markdown
2
+vi site/_posts/$(date +%Y-%m-%d)-my-test-post.markdown
3
+git add site/_posts/$(date +%Y-%m-%d)-my-test-post.markdown
4
+git commit -m "Demo change"
5
+git push origin $1
0 commit comments