method
git_push
v2_6_3 -
Show latest stable
- Class:
Bundler::GemHelper
git_push(remote = "")protected
No documentation available.
# File lib/bundler/gem_helper.rb, line 110
def git_push(remote = "")
perform_git_push remote
perform_git_push "#{remote} --tags"
Bundler.ui.confirm "Pushed git commits and tags."
end