9-fetch: start using fetch

This commit is contained in:
rkiel
2017-10-07 09:56:56 -04:00
parent 657c88c14e
commit 941aed3389
8 changed files with 25 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ module Release
subcommand, version = *argv
validate_current_branch_master
git_pull current_branch
git_fetch_and_merge current_branch
git_checkout_track release_branch_from_version(version)
end