Sha256: 2270ea624a36e2613e4f89c5b92e2bb8d07b94d180e7fa8a75a78ca16e81bd58

Contents?: true

Size: 342 Bytes

Versions: 3

Compression:

Stored size: 342 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)

share "#worklog resetting prototype branch #scgitx"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
socialcast-git-extensions-2.2.8 bin/git-reset-prototype
socialcast-git-extensions-2.2.7 bin/git-reset-prototype
socialcast-git-extensions-2.2.6 bin/git-reset-prototype