rudirocha/vcs-bundle

Version Control DataCollector

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

v0.0.5 2016-07-24 18:11 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:20:00 UTC


README

A Version Control Bundle for development helping.

SensioLabsInsight

GIT

Git is the only (for now) version control system implemented

Features

  • Branch name at toolbar
  • Toolbar info with current user name and email + remote origin URL + File change counter
  • Profiller page with all files changed
  • Profiller page with branch list for checkout

Instalation steps

  • Install by composer

composer require rudirocha/vcs-bundle

  • Add it at your AppKernel.php

...

new Rubius\VCSBundle\RubiusVCSBundle(),

...

  • Enable Datacollector routes at your routing_dev.yml

...

_vcsbundle:

  resource: "@RubiusVCSBundle/Controller"
  prefix: /_vcs

...

  • Make sure your config.yml has translation fallback available

Next Steps

  • Add translations
  • Enable more "point and click" actions for git management