Main Content
pull
Download and merge new data from remote Git repository into local repository
Since R2023b
Description
pull(
downloads new data from the remote
Git™ repository repo
)repo
that the current branch tracks. The
pull
function attempts to automatically merge all pulled commits into
the currently checked-out branch in your local repository. If the merge results in file
conflicts, the pull
function reports that the merge is incomplete. To
complete the merge, resolve and commit the conflicted files.
pull(
specifies additional options as one or more name-value arguments.repo
,Name=Value
)
Examples
Input Arguments
Version History
Introduced in R2023b