Skip to content

Commit a3277a1

Browse files
committed
Improve rake task description when creating new branch
1 parent 845c498 commit a3277a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ namespace :gem do
123123
end
124124
end
125125

126-
desc "Changes to a different branch on all repos and re-bundles"
126+
desc "Changes to a different branch on all repos and re-bundles. For a new branch rake 'git:checkout[-b new-branch]"
127127
task :change_branch, [:version] => ["git:checkout", "git:pull", "bundle:unlock", "bundle:install"]
128128

129129
namespace :dev do

0 commit comments

Comments
 (0)