Sha256: 9491d265ed0dc7ff20b9982dbc1912f85c174039f107ae7b558aeea92fd6ebdd

Contents?: true

Size: 209 Bytes

Versions: 10

Compression:

Stored size: 209 Bytes

Contents

#!/usr/bin/env ruby

$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
require 'thegarage/gitx/cli/cleanup_command'
args = ARGV.dup.unshift('cleanup')
Thegarage::Gitx::Cli::CleanupCommand.start(args)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thegarage-gitx-2.14.0 bin/git-cleanup
thegarage-gitx-2.13.1 bin/git-cleanup
thegarage-gitx-2.13.0 bin/git-cleanup
thegarage-gitx-2.12.0 bin/git-cleanup
thegarage-gitx-2.11.0 bin/git-cleanup
thegarage-gitx-2.10.2 bin/git-cleanup
thegarage-gitx-2.10.1 bin/git-cleanup
thegarage-gitx-2.10.0 bin/git-cleanup
thegarage-gitx-2.9.0 bin/git-cleanup
thegarage-gitx-2.8.1 bin/git-cleanup