diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2009-07-22 01:14:01 +0200 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2009-07-22 01:14:01 +0200 |
commit | 04a778d4786d06a0ca2c214ba9ef5cbf73bb6e92 (patch) | |
tree | 53c81175a129a5a4dfffc84b71af371ebb0c3c80 | |
parent | aa633a336849b4888d6adb5256f6902c3f0682da (diff) |
FIX: news_next branch push command.
-rw-r--r-- | community/weblogs/ArneBab/howto-news-month-of-the-hurd.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/weblogs/ArneBab/howto-news-month-of-the-hurd.mdwn b/community/weblogs/ArneBab/howto-news-month-of-the-hurd.mdwn index 17e6b6cb..f365bc79 100644 --- a/community/weblogs/ArneBab/howto-news-month-of-the-hurd.mdwn +++ b/community/weblogs/ArneBab/howto-news-month-of-the-hurd.mdwn @@ -41,7 +41,7 @@ commit them. * push the changes - git push master-news_next + git push origin master-news_next:master-news_next * if push fails, pull and rebase |