From ec5f41c940c09fb96bbb08365d6254b28077617d Mon Sep 17 00:00:00 2001 From: Robert Kiel Date: Fri, 31 Aug 2018 13:45:08 -0400 Subject: [PATCH] added git_fetch --- lib/feature/start.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/feature/start.rb b/lib/feature/start.rb index 55a87a6..dae9daf 100644 --- a/lib/feature/start.rb +++ b/lib/feature/start.rb @@ -20,6 +20,7 @@ module Feature error "invalid base branch: #{current_branch}" unless standard_branches.include? current_branch or current_branch =~ /\d+\.\d+\.\d+/ error "invalid feature branch: #{feature_name}" if standard_branches.include? feature_name + git_fetch git_pull current_branch git_local_branch_create feature_branch