diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2009-10-14 10:31:31 +0200 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2009-10-14 10:31:31 +0200 |
commit | 1a0af957705bd43b72b4a2cbf5ac1836b7783733 (patch) | |
tree | f34e6cf31eae86349ce0ee0868d8cba41564dd37 | |
parent | 7a0aa1345228623d61d630d540b89ac0c9058d1a (diff) |
Improved wording in contributing/web_pages/news
-rw-r--r-- | contributing/web_pages/news.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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." |