Sha256: aa78e426cf72aa48f78fcb94f659cd79c978fb1450f54c69d082ee01b0a625ab
Contents?: true
Size: 242 Bytes
Versions: 12
Compression:
Stored size: 242 Bytes
Contents
require 'papa/command/base' module Papa module Command module Git class RebaseAbort < Command::Base def initialize command = 'git rebase --abort' super(command) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems