diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-09 02:06:09 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-08 21:43:27 +0000 |
commit | 28069bf82a8ebdad96c24a60a66c89da0ccf94ad (patch) | |
tree | c211ceae3aa57af83413d386075c40f36dc451ac /HowToContributeToThisWiki.mdwn | |
parent | cdb9083d9209c141646478a57dd8485e4a37616b (diff) |
Be a bit more expressive.
Diffstat (limited to 'HowToContributeToThisWiki.mdwn')
-rw-r--r-- | HowToContributeToThisWiki.mdwn | 26 |
1 files changed, 24 insertions, 2 deletions
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... |