Skip to content

Commit 1e2cadd

Browse files
Merge pull request apache#6 from mesosphere/keith-demo-branch
Commit script
2 parents a9a5fc1 + f8f5b22 commit 1e2cadd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

commit.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)