File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
pkg
2
2
email.txt
3
+ .todo *
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Tools to help using git with rails
16
16
== SYNOPSIS:
17
17
18
18
git-rails init {remote git repository}
19
- git-rails install [ remote plugin repository]
20
- git-rails update plugin-name
19
+ git-rails install < remote plugin repository> [plugin name||path ]
20
+ git-rails update < plugin-name||path>
21
21
22
22
== REQUIREMENTS:
23
23
Original file line number Diff line number Diff line change @@ -54,12 +54,14 @@ Main {
54
54
55
55
mode(:install){
56
56
description <<-txt
57
- installs a plugin from a remote git repository
57
+ installs a plugin from a remote git repository as a git submodule.
58
+ installs to a path if provided e.g. vendor/rails
58
59
59
60
txt
60
61
61
62
examples <<-txt
62
63
. git-rails install git://gitorious.org/rur/mainline.git plugin-name
64
+ . git-rails install git://github.com/koz/rails.git vendor/rails
63
65
txt
64
66
65
67
mixin :argument_remote, :argument_plugin_name
@@ -72,10 +74,12 @@ Main {
72
74
mode(:update){
73
75
description <<-txt
74
76
updates a plugin from original source
77
+ updates a submodule as declared by the path
75
78
txt
76
79
77
80
examples <<-txt
78
81
. git-rails update plugin-name
82
+ . git-rails update vendor/plugin
79
83
txt
80
84
81
85
mixin :argument_plugin_name
You can’t perform that action at this time.
0 commit comments