Sha256: 9871af8588a71755f951d697880a53ee7b78b98a74b310753368c49c50953430

Contents?: true

Size: 335 Bytes

Versions: 1

Compression:

Stored size: 335 Bytes

Contents

#!/usr/bin/env ruby

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

reset_branch('staging')
reset_branch('last_known_good_staging')

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
socialcast-git-extensions-2.1.0 bin/git-reset-staging