Sha256: 7a4d87b419a5e652adbaac8492fa31ee01beff192cfa7eddec37f356a0c58972
Contents?: true
Size: 390 Bytes
Versions: 18
Compression:
Stored size: 390 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) end
Version data entries
18 entries across 18 versions & 1 rubygems