11th Sat
Gitの指定したブランチからプラグインをインストールする
GitリポジトリのRailsプラグインをインストールするときに、
標準では master ブランチがインストールされますが、
特定のブランチの内容をインストールしたい場合には、以下のように -r オプションを使用します。
sh>>
script/plugin install --force https://github.com/rails/exception_notification.git -r 2-3-stable
<<--
上記の例では 2-3-stable ブランチをインストールします。
posted by
genki on Sat 11 Jun 2011 at 05:18 with 0 comments