2017 © Pedro Peláez
 

application git-cleanup

Remove merged branches from local

image

kisphp/git-cleanup

Remove merged branches from local

  • Tuesday, June 21, 2016
  • by kisphp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Kisphp Git Cleanup

Build Status codecov.io, (*1)

Latest Stable Version Total Downloads License Monthly Downloads, (*2)

create phar

https://www.sitepoint.com/packaging-your-apps-with-phar/, (*3)

Requirements

To run this tool you need to have at least PHP 5.5.9, (*4)

Installation

Include it in your project dev dependencies, (*5)

composer require kisphp/git-cleanup --dev

Usage

To remove all merged branches or orphan branches run:, (*6)

vendor/bin/git-cleanup -f

To enable verbose mode, append -v to the command, (*7)

vendor/bin/git-cleanup -f -v

The Versions

21/06 2016

dev-master

9999999-dev

Remove merged branches from local

  Sources   Download

MIT

The Requires

 

The Development Requires