Sha256: 7965e86eb751c418c95040f45df34f92381ce9af5ed77c85830749162346e7f3
Contents?: true
Size: 512 Bytes
Versions: 6
Compression:
Stored size: 512 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 is_quiet = ARGV.delete("--quiet") || ARGV.delete("-q") branch = current_branch run_cmd 'git update' integrate(branch, 'prototype') run_cmd "socialcast share '#worklog integrating #{branch} into prototype #scgitx'" unless is_quiet
Version data entries
6 entries across 6 versions & 1 rubygems