(doc) switch g2 <-> g3
This commit is contained in:
parent
1dc68b540d
commit
9006b07d2e
|
@ -7,9 +7,9 @@ Here's more on [what][] it is and [why][] you might need it.
|
||||||
|
|
||||||
<font color="gray">
|
<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.
|
* [Why][g3why] I rewrote gitolite.
|
||||||
* Development [status][dev-status].
|
* Development [status][dev-status].
|
||||||
|
|
|
@ -28,12 +28,11 @@ try "
|
||||||
git checkout gh-pages; ok
|
git checkout gh-pages; ok
|
||||||
git reset --hard github/gh-pages; ok
|
git reset --hard github/gh-pages; ok
|
||||||
cd ..; ok
|
cd ..; ok
|
||||||
git rm g3/*.html; ok
|
git rm *.html; ok
|
||||||
mkdir g3; ok
|
mv html/*.html .; ok
|
||||||
mv html/*.html g3; ok
|
git add *.html; ok
|
||||||
git add g3; ok
|
|
||||||
git commit -m '$head'; ok
|
git commit -m '$head'; ok
|
||||||
git checkout g3; ok
|
git checkout master; ok
|
||||||
rmdir html; ok
|
rmdir html; ok
|
||||||
" or die 2;
|
" or die 2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue