Sha256: 25590f6e0aa33a9e6ce329589465776b6753809a964fa056bf631ed6e4516f76

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

desc 'commit', 'Commit using a story title from Pivotal Tracker'
long_desc <<-LONGDESC
Example: `geordi commit`

Any extra arguments are forwarded to `git commit -m <message>`.

On the first execution we ask for your Pivotal Tracker API token. It will be
stored in `~/.config/geordi/global.yml`.
LONGDESC

def commit(*git_args)
  require 'geordi/gitpt'
  Gitpt.new.run_commit(git_args)

  Hint.did_you_know [
    :branch
  ]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
geordi-9.6.1 lib/geordi/commands/commit.rb
geordi-9.6.0 lib/geordi/commands/commit.rb