Push() 공개 메소드

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