Sha256: d8a6f1314075cdfe7d6ea2de017e793c3cb9f35bc0e8161189b75d5ce540acb2
Contents?: true
Size: 238 Bytes
Versions: 29
Compression:
Stored size: 238 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib') require 'git-utils/delete_remote_branch' # Deletes the remote branch on origin if it is safe to do so. exit Command.run!(DeleteRemoteBranch, ARGV.dup)
Version data entries
29 entries across 29 versions & 1 rubygems