RemoteBranchCommon extension
- on
Properties
- workingDirName → String
-
Available on RemoteBranch, provided by the RemoteBranchCommon extension
Name of the working Directoryno setter
Methods
-
clone(
{required Repository localRepository, dynamic onRepositoryNotFound()? = onRemoteRepositoryNotFound, dynamic onNoCommitFound()? = onNoCommitsFound, dynamic onSuccessfulClone()? = onSuccessfulClone}) → void -
Available on RemoteBranch, provided by the RemoteBranchCommon extension
Downloads a remote Repository from a RemoteBranch into a local branch -
pull(
{required Repository localRepository, dynamic onNoChanges()? = onNoChanges, dynamic onNoStateData()? = onStateDoesntExist, dynamic onNoRemoteData()? = onNoRemoteData, dynamic onRepositoryNotInitialized()? = onRepositoryNotInitialized, dynamic onSuccessfulPull()? = onSuccessfulPull}) → void -
Available on RemoteBranch, provided by the RemoteBranchCommon extension
Updates alocalRepositorywith latest Commit's from a RemoteBranch for a branch -
push(
{required Repository localRepository, dynamic onNoCommits()? = onNoCommitsFound, dynamic onRemoteUrlNotSupported()? = onRemoteUrlNotSupported, dynamic onSuccessfulPush()? = onSuccessfulPush}) → void -
Available on RemoteBranch, provided by the RemoteBranchCommon extension
Uploads Commits from alocalRepositoryinto a RemoteBranch