classes/phing/tasks/ext/git/GitPullTask.php
\GitPullTask
Wrapper aroung git-pull
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: GitPullTask.php 1084 2011-05-06 09:55:25Z mrook $
Properties

boolean
$allRemotes= 'false'
Fetch all remotes --all key to git-pull
falseDetails- Type
- boolean

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

boolean
$noRebase= 'false'
--no-rebase key to git-pull Allow to override --rebase (if set to default true in configuration)
falseDetails- Type
- boolean

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

boolean
$tags= 'false'
Fetch all tags (even not reachable from branch heads) --tags key to git-pull
falseDetails- Type
- boolean