(doc) switch g2 <-> g3

This commit is contained in:
Sitaram Chamarty 2012-04-16 10:37:45 +05:30
parent 1dc68b540d
commit 9006b07d2e
2 changed files with 6 additions and 7 deletions

View file

@ -7,9 +7,9 @@ Here's more on [what][] it is and [why][] you might need it.
<font color="gray">
## #g2 (for current gitolite (v2) users)
## #g2 (for older gitolite (v1.x and v2.x) users)
For current gitolite (call it "g2" for convenience) users,
For users of gitolite v2.x (call it "g2" for convenience),
* [Why][g3why] I rewrote gitolite.
* Development [status][dev-status].

View file

@ -28,12 +28,11 @@ try "
git checkout gh-pages; ok
git reset --hard github/gh-pages; ok
cd ..; ok
git rm g3/*.html; ok
mkdir g3; ok
mv html/*.html g3; ok
git add g3; ok
git rm *.html; ok
mv html/*.html .; ok
git add *.html; ok
git commit -m '$head'; ok
git checkout g3; ok
git checkout master; ok
rmdir html; ok
" or die 2;