Sha256: 540c83bd677d67c8f094b1cfb3748f7b0ca495451b78a7ce93b50369de5b12b5

Contents?: true

Size: 505 Bytes

Versions: 4

Compression:

Stored size: 505 Bytes

Contents

#!/usr/bin/env ruby

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

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) %>"

is_quiet = ARGV.delete("--quiet") || ARGV.delete("-q")
run_cmd "socialcast share '#worklog resetting prototype branch #scgitx'" unless is_quiet

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
socialcast-git-extensions-2.2.1 bin/git-reset-prototype
socialcast-git-extensions-2.2.0 bin/git-reset-prototype
socialcast-git-extensions-2.1.3 bin/git-reset-prototype
socialcast-git-extensions-2.1.2 bin/git-reset-prototype