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

Version Path
geordi-7.0.2 lib/geordi/commands/branch.rb
geordi-7.0.1 lib/geordi/commands/branch.rb
geordi-7.0.0 lib/geordi/commands/branch.rb
geordi-6.1.0 lib/geordi/commands/branch.rb
geordi-6.0.1 lib/geordi/commands/branch.rb
geordi-6.0.0 lib/geordi/commands/branch.rb
geordi-6.0.0.pre.rc1 lib/geordi/commands/branch.rb
geordi-5.4.0 lib/geordi/commands/branch.rb