Sha256: adb7e0fb57646b4dbc89f601bd1d54740c6faae045adc2754a5a1731dc636b51

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

# PGit

![Travis CI Build](https://travis-ci.org/Edderic/pgit.svg?branch=master)
[![Code Climate](https://codeclimate.com/github/Edderic/pgit/badges/gpa.svg)](https://codeclimate.com/github/Edderic/pgit)
## Example Usage

Assuming that:
  - you have a project that uses Pivotal Tracker and Git that is listed under ~/.pgit.rc.yml
  - your working directory is in that project,
  - you want to automatically branch out based on the story title
  - the story title with story id 10102004 is "Implement a really cool feature"

```
$ pgit story_branch -s 10102004
```

will create a branch for you named `implement-really-cool-feature-10102004`

## Installation

* Install via RubyGems:

```
$ gem install pgit
```

* Setup configuration file:

```
$ pgit install
```

This will generate a YAML file under `~/.pgit.rc.yml`. Edit that file to add
information about projects that you're working on.  Each project needs a
project `id`, Pivotal Tracker `api_token`, and `path`.

The `api_token` can be found here: https://www.pivotaltracker.com/profile

The project id is in the URL when visiting a project (i.e.
https://pivotaltracker.com/projects/12345678)


## Development
See https://www.pivotaltracker.com/n/projects/1228944 for information.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pgit-0.0.3 README.markdown