Sha256: 1c75bbf65f47e88a49e2140d23acaf0756bf58ac74e575ee098658fed01de019

Contents?: true

Size: 430 Bytes

Versions: 3

Compression:

Stored size: 430 Bytes

Contents

desc 'commit', 'Commit using an issue title from Linear'
long_desc <<-LONGDESC
Example: `geordi commit`

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

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

def commit(*git_args)
  require 'geordi/gitlinear'
  Gitlinear.new.commit(git_args)

  Hint.did_you_know [
    :branch,
    :deploy,
  ]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geordi-11.2.0 lib/geordi/commands/commit.rb
geordi-11.1.0 lib/geordi/commands/commit.rb
geordi-11.0.0 lib/geordi/commands/commit.rb