diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-04 15:01:35 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-04 15:01:35 +0200 |
commit | ebf5adb8e9ef993d74fe61fd33c2062e7bcad1c2 (patch) | |
tree | a5063fe9d0f4c5087acb3e7bb6a007dbe86081ed /HowToContributeToThisWiki.mdwn | |
parent | c37a846d135125df9d9be256e62c1e8763d42fc8 (diff) | |
download | web-ebf5adb8e9ef993d74fe61fd33c2062e7bcad1c2.tar.gz web-ebf5adb8e9ef993d74fe61fd33c2062e7bcad1c2.tar.bz2 web-ebf5adb8e9ef993d74fe61fd33c2062e7bcad1c2.zip |
Move `NextHurd' (and everything below) into `hurd/ng'.
Diffstat (limited to 'HowToContributeToThisWiki.mdwn')
-rw-r--r-- | HowToContributeToThisWiki.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/HowToContributeToThisWiki.mdwn b/HowToContributeToThisWiki.mdwn index a2e0c34b..2886945f 100644 --- a/HowToContributeToThisWiki.mdwn +++ b/HowToContributeToThisWiki.mdwn @@ -93,15 +93,15 @@ hold of the latest changes others have been installing in the mean time. But now: work on these files. $ cd wiki/ - $ emacs NextHurd.mdwn + $ emacs hurd/ng.mdwn $ # Check what you've done. - $ git diff NextHurd.mdwn - $ git commit NextHurd.mdwn + $ git diff hurd/ng.mdwn + $ git commit hurd/ng.mdwn [...] $ # Add a new file. - $ emacs Hurd/DesignGoals.mdwn - $ git add Hurd/DesignGoals.mdwn - $ git commit Hurd/DesignGoals.mdwn + $ emacs mach/issues.mdwn + $ git add mach/issues.mdwn + $ git commit mach/issues.mdwn [...] $ [...] |