gitclone
Syntax
Description
clones the Git™ remote repository repo = gitclone(repositoryURL)repositoryURL into the current folder
and returns a matlab.git.GitRepository object.
clones the Git remote repository repo = gitclone(repositoryURL,folder)repositoryURL into the specified folder
folder and returns a matlab.git.GitRepository
object.
specifies additional options as one or more name-value arguments.repo = gitclone(___,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2023b