Cloneable
Instantiable
Methods |
public
static
cloneBranchTo
(
$path
,
$url
,
$branch
,
$bare
=
true
,
$options
=
[
]
) |
public
static
cloneRepository
(
$path
,
$url
,
array
$args
=
[
]
,
array
$options
=
[
]
) |
public
static
cloneTo
(
$path
,
$url
,
$bare
=
true
,
array
$options
=
[
]
) |
public
static
init
(
$path
,
$bare
=
true
,
array
$options
=
[
]
) Initializes a repository and returns the instance.
|
public
static
isValidRepository
(
$url
,
array
$options
=
[
]
) Checks the validity of a git repository url without cloning it. This will use the
|
public
static
mirrorTo
(
$path
,
$url
,
array
$options
=
[
]
) |
Methods |
private
static
getProcess
(
$command
,
array
$args
=
[
]
,
array
$options
=
[
]
) This internal method is used to create a process object. |
Methods |
public
static
cloneBranchTo
(
$path
,
$url
,
$branch
,
$bare
=
true
,
$options
=
[
]
) |
public
static
cloneRepository
(
$path
,
$url
,
array
$args
=
[
]
,
array
$options
=
[
]
) |
public
static
cloneTo
(
$path
,
$url
,
$bare
=
true
,
array
$options
=
[
]
) |
private
static
getProcess
(
$command
,
array
$args
=
[
]
,
array
$options
=
[
]
) This internal method is used to create a process object. |
public
static
init
(
$path
,
$bare
=
true
,
array
$options
=
[
]
) Initializes a repository and returns the instance.
|
public
static
isValidRepository
(
$url
,
array
$options
=
[
]
) Checks the validity of a git repository url without cloning it. This will use the
|
public
static
mirrorTo
(
$path
,
$url
,
array
$options
=
[
]
) |