Class: GitHelper::EmptyCommit
- Inherits:
-
Object
- Object
- GitHelper::EmptyCommit
- Defined in:
- lib/git_helper/empty_commit.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
3 4 5 |
# File 'lib/git_helper/empty_commit.rb', line 3 def execute system("git commit --allow-empty -m \"Empty commit\"") end |