tasks/ext/git/GitFetchTask.php
\GitFetchTask
Package: phing\tasks\ext\git
Default value
Wrapper aroung git-fetch
- Parent(s)
- \GitBaseTask < \Task < \ProjectComponent
- See
- \VersionControl_Git
- Author
- Victor Farazdagi
- Since
- 2.4.3
- Version
- $Id: GitFetchTask.php 1051 2011-03-02 19:40:51Z victor $
Properties

boolean
$allRemotes= 'false'
Fetch all remotes --all key to git-fetch
Default value
falseDetails- Type
- boolean

boolean
$keepFiles= 'false'
Keep downloaded pack --keep key to git-fetch
Default value
falseDetails- Type
- boolean

boolean
$noTags= 'false'
Disable/enable automatic tag following --no-tags key to git-fetch
Default value
falseDetails- Type
- boolean

boolean
$prune= 'false'
After fetching, remove any remote tracking branches which no longer exist on the remote.
--prune key to git fetch
falseDetails- Type
- boolean

string
$source= ''origin''
<repository> argument to git-fetch
Default value
'origin'Details- Type
- string