Sha256: 9504afaf2072c2ad6735ea3e6ec41f6dbf90778a52628a6a7d5776ddd0b43d60
Contents?: true
Size: 449 Bytes
Versions: 4
Compression:
Stored size: 449 Bytes
Contents
#!/usr/bin/env ruby # if the branch has already been integrated, the tickets can be inferred and looked up from jira # usage: # git integrate <ticket_id> <ticket_id2>... require File.join(File.dirname(__FILE__), '..', 'lib', 'socialcast-git-extensions.rb') include Socialcast::Gitx include Socialcast::Git branch = current_branch run_cmd 'git update' integrate(branch, 'prototype') share "#worklog integrating #{branch} into prototype #scgitx"
Version data entries
4 entries across 4 versions & 1 rubygems