Metadata-Version: 2.0
Name: gg-start
Version: 0.0.3
Summary: Plugin for gg for starting branches
Home-page: https://github.com/peterbe/gg-start
Author: Peter Bengtsson
Author-email: mail@peterbe.com
License: MIT
Platform: UNKNOWN
Requires-Dist: gg

========
gg-start
========


A plugin for ``gg`` for starting new branches.


Installation
============

This is a plugin that depends on ``g`` 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


