diff options
author | John Wiegley <johnw@newartisans.com> | 2010-12-09 17:20:30 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-12-09 17:20:30 -0500 |
commit | 8fa5d1c59cf2cf3737f66a6b37aeb6a6f329f859 (patch) | |
tree | c1c0a88291e9a462959546dd4a9085eca55056a8 | |
parent | 0be39fce6a383d7ebb92f09649d8d03ac6a1fe9f (diff) | |
download | fork-ledger-8fa5d1c59cf2cf3737f66a6b37aeb6a6f329f859.tar.gz fork-ledger-8fa5d1c59cf2cf3737f66a6b37aeb6a6f329f859.tar.bz2 fork-ledger-8fa5d1c59cf2cf3737f66a6b37aeb6a6f329f859.zip |
Changed Git commends for BETA and ALPHA
-rw-r--r-- | README.textile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.textile b/README.textile index 2d36c20a..e96a46b0 100644 --- a/README.textile +++ b/README.textile @@ -33,9 +33,10 @@ The *BETA* is what I prefer people use, since I still have a chance to fix major bugs that you find. Just e-mail me, or post to the mailing list, they'll become a part of my work list. -|*CURRENT*|@git checkout master@| -|*BETA*|@git checkout -b maint origin/maint@| -|*RELEASE*|@git checkout v2.6.1@| +|*RELEASE*|@git checkout v2.6.3@| +|*CURRENT*|@git checkout maint@| +|*BETA*|@git checkout -b master origin/master@| +|*ALPHA*|@git checkout -b next origin/next@| There are also several topic branches which contain experimental features, though none of these are guaranteed to compile. Best to chat with me on |