From 1a0af957705bd43b72b4a2cbf5ac1836b7783733 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Wed, 14 Oct 2009 10:31:31 +0200 Subject: Improved wording in contributing/web_pages/news --- contributing/web_pages/news.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributing/web_pages') diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index 4c09e1ab..b8de20af 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -54,7 +54,7 @@ For practical work that means to use the following commands: * at the beginning of a month: create a new news entry $ cp news/2009-07-31.mdwn news/YYYY-MM-DD.mdwn - $ # edit the new file + $ # edit the new file, then add the changes in git $ git add news/YYYY-MM-DD.mdwn $ git commit -m "Begun the news entry for YYYY-MM-DD." -- cgit v1.2.3 From 6bc8d4259c69d1d919ff20a0ba35f3e445bf6461 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Wed, 14 Oct 2009 12:51:46 +0200 Subject: typo --- contributing/web_pages/news.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributing/web_pages') diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index b8de20af..a7cbe7a1 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -104,4 +104,4 @@ For practical work that means to use the following commands: After that merge, work for the next month's news item can continue on `master-news_next`. -And since we're working in a branch anyway: Please commit often, push often and pull often! Few things would be nastier than having to do heavy merging on a enws release date with little time at hand. \ No newline at end of file +And since we're working in a branch anyway: Please commit often, push often and pull often! Few things would be nastier than having to do heavy merging on a news release date with little time at hand. \ No newline at end of file -- cgit v1.2.3