Sha256: fb42a4c9be6b2984406159c4fb19850bfc7b32a09eb2d1fdea09db725e99f9cc

Contents?: true

Size: 132 Bytes

Versions: 7

Compression:

Stored size: 132 Bytes

Contents

module GitHelper
  class EmptyCommit
    def execute
      system("git commit --allow-empty -m \"Empty commit\"")
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
git_helper-1.3.1 lib/git_helper/empty_commit.rb
git_helper-1.3.0 lib/git_helper/empty_commit.rb
git_helper-1.2.0 lib/git_helper/empty_commit.rb
git_helper-1.1.1 lib/git_helper/empty_commit.rb
git_helper-1.1.0 lib/git_helper/empty_commit.rb
git_helper-1.0.1 lib/git_helper/empty_commit.rb
git_helper-1.0.0 lib/git_helper/empty_commit.rb