PHPackages                             friendsofgit/gitexpert-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. friendsofgit/gitexpert-bundle

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

friendsofgit/gitexpert-bundle
=============================

Provides some commands and other stuff to ease the work with git and a Symfony project.

010PHP

Since Feb 1Pushed 12y ago1 watchersCompare

[ Source](https://github.com/xavierdubuc/FOGGitExpertBundle)[ Packagist](https://packagist.org/packages/friendsofgit/gitexpert-bundle)[ RSS](/packages/friendsofgit-gitexpert-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

GitExpertBundle
===============

[](#gitexpertbundle)

The FOGGitExpertBundle adds commands and other stuff to ease the use of git on Symfony project. This bundle is in DEVELOPMENT, so any comment, help or review is greatly welcome !

\##Installation

### Step 1 : Require the project in your composer.json

[](#step-1--require-the-project-in-your-composerjson)

```
//composer.json
{
    "require": {
        "friendsofgit/gitexpert-bundle" : "*"
    }
}
...
```

### Step 2 : Enable the bundle

[](#step-2--enable-the-bundle)

```
