classes/phing/tasks/ext/git/GitFetchTask.php
\GitFetchTask
Wrapper aroung git-fetch
Use {@link Project#createTask} to register a new Task.
- Extends from
- \GitBaseTask
- see
- \VersionControl_Git
- author
- Victor Farazdagi
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.ext.git
- 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
falseDetails- Type
- boolean

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

boolean
$noTags= 'false'
Disable/enable automatic tag following --no-tags key to git-fetch
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