From 083df067efb58044395a7fab6b6e3f94bc0685d1 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 9 Aug 2007 02:06:09 +0200 Subject: Be a bit more expressive. --- HowToContributeToThisWiki.mdwn | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'HowToContributeToThisWiki.mdwn') diff --git a/HowToContributeToThisWiki.mdwn b/HowToContributeToThisWiki.mdwn index a764031e..93ef77ab 100644 --- a/HowToContributeToThisWiki.mdwn +++ b/HowToContributeToThisWiki.mdwn @@ -45,8 +45,17 @@ Then you can work on these files. $ cd wiki/ $ emacs Hurd/NextHurd.mdwn $ git commit Hurd/NextHurd.mdwn + [...] + $ emacs Hurd/DesignGoals.mdwn + $ git commit Hurd/DesignGoals.mdwn + [...] + $ [...] + +Prepare to publish your changes. + + $ [TODO] -Finally publish your changes. +Finally publish them. $ [TODO] @@ -69,7 +78,20 @@ Then you can work on these files. $ cd wiki/ $ emacs Hurd/NextHurd.mdwn $ git commit Hurd/NextHurd.mdwn + [...] + $ emacs Hurd/DesignGoals.mdwn + $ git commit Hurd/DesignGoals.mdwn + [...] + $ [...] -Finally install your changes. +Remember that at this stage your commits have only been installed into your +personal working copy. So you finally explicitly have to install your changes +into the master repository. $ git push + updating 'refs/heads/master' + from d83f93f34b69633ca1afb588001df7addd708faf + to c0b8171de9c69e029bf998aafd4682105c217eb8 + Generating pack... + [...] + Updating web pages. This may up to a few minutes at the utmost... -- cgit v1.2.3