added git_fetch

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

View File

@@ -22,6 +22,7 @@ module Feature
error "invalid feature branch: #{feature_branch}" if standard_branches.include? feature_branch
git_checkout standard_branch
git_fetch
git_pull standard_branch
git_checkout feature_branch
git_rebase standard_branch