Sha256: 192b25927c541e205f8e904a19ea61cc7cb70c07b0412d4d936b020e301bbc4f
Contents?: true
Size: 382 Bytes
Versions: 13
Compression:
Stored size: 382 Bytes
Contents
#!/usr/bin/env ruby require File.join(File.dirname(__FILE__), '..', 'lib', 'socialcast-git-extensions.rb') include Socialcast::Git branch = current_branch protect_reserved_branches!(branch, 'promote') run_cmd 'git update' integrate(branch, 'staging') integrate('staging', 'prototype') run_cmd "git checkout #{branch}" share "#worklog promoting #{branch} into staging #scgitx"
Version data entries
13 entries across 13 versions & 1 rubygems