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