Sha256: 1011bcd215825194e8035e79731fa46d90c3084952abb97747fc0e8bbbad6331
Contents?: true
Size: 321 Bytes
Versions: 8
Compression:
Stored size: 321 Bytes
Contents
desc 'branch', 'Check out a feature branch based on a story from Pivotal Tracker' long_desc <<-LONGDESC Example: `geordi branch` On the first execution we ask for your Pivotal Tracker API token. It will be stored in `~/.config/geordi/global.yml`. LONGDESC def branch require 'geordi/gitpt' Gitpt.new.run_branch end
Version data entries
8 entries across 8 versions & 1 rubygems