Method |
Description |
|
checkoutToBranch ( string $branch ) : self |
|
|
cherryPick ( string $commit ) : self |
|
|
cloneToDirectory ( string $repositoryUrl, string $destinationPath, string $branch = Git\CloneRepository::BRANCH_MASTER ) : self |
|
|
commit ( string $message ) : self |
|
|
createNewBranch ( string $newBranchName ) : self |
|
|
fetchPullRequestToBranch ( integer $pullRequest, string $branch, string $remote = Git\FetchPullRequestNumber::DEFAULT_REMOTE ) : self |
|
|
fromDirectory ( string $directory ) : self |
|
|
initializeOnDirectory ( string $directory ) : self |
|
|
push ( string $remoteAlias, string $branch, string $option = Git\Push::PUSH_NORMAL ) : self |
|
|
remoteAdd ( string $alias, string $remoteUrl ) : self |
|
|
remoteRemove ( string $alias ) : self |
|
|
trackAllFiles ( ) : self |
|
|
trackFile ( string $file ) : self |
|
|