Created
February 20, 2012 19:45
-
-
Save Goles/1870974 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Usage: | |
rvm get {stable|latest|x.y.z|head|master|branch|help} [--auto] | |
Options: | |
stable - git clone and install the latest RVM repository stable branch. | |
latest - download and install the latest RVM release listed by | |
https://rvm.beginrescueend.com/releases/stable-version.txt | |
x.y.z - download and install a specific RVM release | |
head - git clone and install the latest RVM repository master/HEAD. | |
master | |
--auto - automatically update shell profile files. | |
help - Output this message. | |
Branches: | |
branch <branch> | |
branch /<branch> | |
branch <repo>/ | |
branch <repo>/<branch> | |
Defaults: | |
branch: master | |
repo: wayneeseguin | |
Examples: | |
rvm get branch shoes # will fetch branch shoes from wayneeseguin/rvm repo | |
rvm get branch mpapis/ # will fetch branch master from mpapis/rvm repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment