Push() public method

public Push ( string branchName = null ) : bool
branchName string
return bool
Beispiel #1
0
 protected override bool RunInternal(Client client, RemoteCommandVerbOptions options)
 {
     PushVerbOptions localOptions = options as PushVerbOptions;
     return client.Push(localOptions.Branch);
 }