Sha256: a2e611dd4cc2babf45941584f31c1bd976b15a654a4f00c09b4992a22677ba10

Contents?: true

Size: 443 Bytes

Versions: 4

Compression:

Stored size: 443 Bytes

Contents

#!/usr/bin/env ruby

require File.join(File.dirname(__FILE__), '..', 'lib', 'socialcast-git-extensions.rb')
include Socialcast::Gitx
include Socialcast::Git

head_branch = ARGV.first || 'master'
reset_branch('prototype', head_branch)
reset_branch('last_known_good_prototype', head_branch)

HighLine.say "\n<%= color('Updating the following tickets to no longer be in prototype:', :red) %>"

share "#worklog resetting prototype branch #scgitx"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
socialcast-git-extensions-2.2.5 bin/git-reset-prototype
socialcast-git-extensions-2.2.4 bin/git-reset-prototype
socialcast-git-extensions-2.2.3 bin/git-reset-prototype
socialcast-git-extensions-2.2.2 bin/git-reset-prototype