Sha256: d643feb50e66c4c9fb0e1f4f34f71e354e365f83f7dd2a2737072ea33723cde0

Contents?: true

Size: 329 Bytes

Versions: 29

Compression:

Stored size: 329 Bytes

Contents

require_relative "../scripts"
require_relative "../dated_branch_creator"

module Octopolo
  module Scripts
    class NewStaging
      include CLIWrapper

      def execute(options={:delete_old_branches => false})
        DatedBranchCreator.perform(Git::STAGING_PREFIX, options[:delete_old_branches])
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
octopolo-1.1.0 lib/octopolo/scripts/new_staging.rb
octopolo-1.0.2 lib/octopolo/scripts/new_staging.rb
octopolo-1.0.1 lib/octopolo/scripts/new_staging.rb
octopolo-1.0.0 lib/octopolo/scripts/new_staging.rb
octopolo-0.4.1 lib/octopolo/scripts/new_staging.rb
octopolo-0.4.0 lib/octopolo/scripts/new_staging.rb
octopolo-0.3.6 lib/octopolo/scripts/new_staging.rb
octopolo-0.3.5 lib/octopolo/scripts/new_staging.rb
octopolo-0.3.4 lib/octopolo/scripts/new_staging.rb