set_upstream
Description:
public void set_upstream (
string upstream_branch_name)
throws Error
Sets the upstream branch, for a given local branch reference
Parameters:
this |
a Branch.
|
upstream_branch_name |
name of the upstream branch; if null unsets it.
|