added git_fetch

This commit is contained in:
Robert Kiel
2018-08-31 13:45:08 -04:00
committed by GitHub
parent b606a6a9b6
commit ec5f41c940

View File

@@ -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 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 error "invalid feature branch: #{feature_name}" if standard_branches.include? feature_name
git_fetch
git_pull current_branch git_pull current_branch
git_local_branch_create feature_branch git_local_branch_create feature_branch