gg-start

Plugin for gg for starting branches


License
MIT
Install
pip install gg-start==0.0.5

Documentation

gg-start

https://travis-ci.org/peterbe/gg-start.svg?branch=master

A plugin for gg for starting new branches.

Installation

This is a plugin that depends on gg which gets automatically installed if it's not already available:

pip install gg-start

How to develop

To work on this, first run:

pip install -U --editable .

That installs the package gg and its dependencies. It also installs the executable gg. So now you should be able to run:

gg start --help

Version History

0.1
  • Proof of concept