Module: GitWorkflow::Callbacks::RemoteGitBranchSupport

Defined in:
lib/git_workflow/callbacks/remote_git_branch_support.rb

Instance Method Summary collapse

Instance Method Details

#push_current_branch_to(remote_branch_name) ⇒ Object



4
5
6
# File 'lib/git_workflow/callbacks/remote_git_branch_support.rb', line 4

def push_current_branch_to(remote_branch_name)
  repository.push("HEAD:#{ remote_branch_name }")
end