diff options
author | Arne Babenhauserheide <bab@draketo.de> | 2009-11-01 18:56:55 +0100 |
---|---|---|
committer | Arne Babenhauserheide <bab@draketo.de> | 2009-11-01 18:56:55 +0100 |
commit | 0fdf694eff26b033185c431b7ccfdc63394a9098 (patch) | |
tree | 7f62abf96f6a03de309bb963613fca2c5c4f1947 /contributing/web_pages | |
parent | 4e271ae60ecb99416e5c759968f3636cebb66936 (diff) | |
parent | 4fbcf0136b479bc717a82c8953ff77e829b3c03b (diff) |
merge news 2009-10-31.
--HG--
files : contributing/web_pages/news.mdwn
Diffstat (limited to 'contributing/web_pages')
-rw-r--r-- | contributing/web_pages/news.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index ac7653a9..f5cb4344 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." @@ -107,4 +107,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 |