Sha256: 31bb8294d0897b44dd4a980ee442733e42803a51654c1481a328e7d2908f8777
Contents?: true
Size: 472 Bytes
Versions: 13
Compression:
Stored size: 472 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::Git branch = current_branch protect_reserved_branches!(branch, 'integrate') run_cmd 'git update' integrate(branch, 'prototype') share "#worklog integrating #{branch} into prototype #scgitx"
Version data entries
13 entries across 13 versions & 1 rubygems