Skip to content

Instantly share code, notes, and snippets.

@Goles
Created February 20, 2012 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Goles/1870974 to your computer and use it in GitHub Desktop.
Save Goles/1870974 to your computer and use it in GitHub Desktop.
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