Search code examples
gitphing

Git Rebase task for Phing?


It seems that Phing does not have a Git task for performing a rebase. It seems strange that it would not have a task for this, so I question if I'm overlooking it.

Can someone confirm that Phing doesn't have a Git rebase task?

Note that I'm aware a rebase can been performed when doing a pull, but this has less options than the dedicated rebase command.


Solution

  • As far as I know there are no plans for a git rebase task, but pull requests are ofcourse very much appreciated ;-)