method

git_push

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