classes/phing/tasks/ext/git/GitPushTask.php
\GitPushTask
Wrapper aroung git-push
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
- link
- http://www.kernel.org/pub/software/scm/git/docs/git-push.html
- package
- phing.tasks.ext.git
- since
- 2.4.3
- version
- $Id: GitPushTask.php 1051 2011-03-02 19:40:51Z victor $
Properties

boolean
$allRemotes= 'false'
Instead of naming each ref to push, specifies that all refs --all key to git-push
falseDetails- Type
- boolean

string
$delete= 'false'
Same as prefixing repos with colon --delete argument to git-push
falseDetails- Type
- string

string
$destination= 'origin'
<repository> argument to git-push
originDetails- Type
- string

boolean
$mirror= 'false'
Mirror to remote repository --mirror key to git-push
falseDetails- Type
- boolean