Skip to content

GitHub Flowを拡張した、開発フローGit Live Flowをサポートするためのコマンドラインツール。

License

Notifications You must be signed in to change notification settings

suzunone/git-live

 
 

Repository files navigation

Git Live Flow

GitHub license php-version php-version php-version php-version php-version php-version

git-flow

Although "git-flow" has the complexity as pointed out in "github-flow", it is familiar already as a standard workflow

At the same time, there are also many projects that adopt GitHub and similar hosting services as source code management system. The benefit of adopting GitHub is very big, but the best one is pull request.

It is said to be

GitHub has an amazing code review system called Pull Requests that I fear not enough people know about.

in github-flow, but as of 2016, there is no one who does not know the pull request when using GitHub.

Unfortunately, since git-flow is a development method that does not use Git Hub, the mechanism of pull request is not included in git-flow.

In order to solve the problem, git-live-flow has incorporated a pull request mechanism into git-flow.

System requirements

git-live is a collection of git commands created with php.

git live The commands necessary to implement the flow are gathered.

In order to use git-live, PHP 7.0 or higher is necessary.

Installation method

Unix/Linux/MacOS

$ wget https://raw.githubusercontent.com/Git-Live/git-live/master/bin/git-live.phar -O git-live

OR

$ curl https://raw.githubusercontent.com/Git-Live/git-live/master/bin/git-live.phar -o git-live

after that,

$ chmod 0777 ./git-live
$ sudo mv ./git-live /usr/local/bin/git-live

Windows

Please place the following files in the directory where the path passed.

About

GitHub Flowを拡張した、開発フローGit Live Flowをサポートするためのコマンドラインツール。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • Other 0.2%