Download the PHP package igor-kozhevnikov/cross-git without Composer
On this page you can find all versions of the php package igor-kozhevnikov/cross-git. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download igor-kozhevnikov/cross-git
More information about igor-kozhevnikov/cross-git
Files in igor-kozhevnikov/cross-git
Download igor-kozhevnikov/cross-git
More information about igor-kozhevnikov/cross-git
Files in igor-kozhevnikov/cross-git
Vendor igor-kozhevnikov
Package cross-git
Short Description Set of console commands for git
License MIT
Homepage https://github.com/igor-kozhevnikov/cross-git
Package cross-git
Short Description Set of console commands for git
License MIT
Homepage https://github.com/igor-kozhevnikov/cross-git
Please rate this library. Is it a good library?
Informations about the package cross-git
Cross for Git
Set of console commands for git.
Install
This package depends on Cross package.
Configuration
If your project doesn't have a cross.php
config file in the root directory, just run the follow command.
Add data as described below to the cross.php
file.
To learn more about the available configurations, see the plugin and commands config files.
Commands
Adds all files to index
Config:
options
Applied options
Commit changes with a message
Config:
options
Applied optionsmessage.handlers
Handlers for a message
Push changes to the current branch
Config:
options
Applied options
Add, commit and push
Options:
-a
--add
Don't add all files to index-c
--commit
Don't commit changes-p
--push
Don't push changes
Config:
is_use_add
If the value is positive then theadd
command will be usedis_use_commit
If the value is positive then thecommit
command will be usedis_use_push
If the value is positive then thepush
command will be used
Create a feature branch
Options:
-p
--project
Define a project name
Config:
project
Project nametitle.handlers
Handlers for a title
Switch between feature branches
Options:
-p
--project
Define a project name
License
The Cross for Git is open-sourced software licensed under the MIT license.
All versions of cross-git with dependencies
PHP Build Version
Package Version
The package igor-kozhevnikov/cross-git contains the following files
Loading the files please wait ....