October\Rain\Process\Git

Extends:

Git handles the git process and its associated functions

Protected properties

There are no protected properties in the class.

Show inherited protected properties

Inherited protected properties

Public methods

public void commit($message='')

commit staged files in git

Parameters
  • $message

public void push()

push pushes staged files in git

Show inherited public methods

Inherited public methods

Protected methods

protected void prepareGitArguments($parts)

prepareGitArguments is a helper for preparing arguments

Parameters
  • $parts

protected void runGitCommand($parts=NULL)

runGitCommand is a helper for running a git command

Parameters
  • $parts