PHP PsyGit\Command Пространство имен

Классы

Имя Описание
CheckoutToBranch Command to move around branch {@link https://git-scm.com/docs/git-checkout}
CherryPick Apply the changes introduced by some existing commits {@link https://git-scm.com/docs/git-cherry-pick}
CloneRepository Command to clone a git repository to a directory {@link https://git-scm.com/docs/git-clone}
Commit Do a commit {@link https://git-scm.com/docs/git-commit}
DiffFilesNameOnly Command to get name of files that diff between branch {@link https://git-scm.com/docs/git-diff}
FetchPullRequestNumber Fetch a pull request to a new branch {@link https://git-scm.com/docs/git-fetch}
InitializeRepository Command to initialize a git repository on a directory {@link https://git-scm.com/docs/git-init}
NewBranchFromBranch Command to create a new branch from a previous one {@link https://git-scm.com/docs/git-checkout}
Push Command to push changes {@link https://git-scm.com/docs/git-push}
RemoteAdd Command to add a new remote repository {@link https://git-scm.com/docs/git-remote}
RemoteRemove Command to remote an existing remote repository {@link https://git-scm.com/docs/git-remote}
TrackAllFiles Command starting to track all file on git repository {@link https://git-scm.com/docs/git-add}
TrackFile Command starting to track one file on git repository {@link https://git-scm.com/docs/git-add}