From a3277a109a37e6328cc2fc86484d286539f7a8a1 Mon Sep 17 00:00:00 2001 From: Benoit Tigeot Date: Wed, 12 Dec 2018 16:36:40 +0100 Subject: [PATCH] Improve rake task description when creating new branch --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index abb5caa8..94969834 100644 --- a/Rakefile +++ b/Rakefile @@ -123,7 +123,7 @@ namespace :gem do end end -desc "Changes to a different branch on all repos and re-bundles" +desc "Changes to a different branch on all repos and re-bundles. For a new branch rake 'git:checkout[-b new-branch]" task :change_branch, [:version] => ["git:checkout", "git:pull", "bundle:unlock", "bundle:install"] namespace :dev do