RemoteBranchCommon extension

on

Properties

workingDirName String

Available on RemoteBranch, provided by the RemoteBranchCommon extension

Name of the working Directory
no 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 a localRepository with 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 a localRepository into a RemoteBranch