Module: Commiti::CommitStaging
- Defined in:
- lib/services/git/commit/commit_staging.rb
Class Method Summary collapse
Class Method Details
.prepare(run_stage:) ⇒ Object
5 6 7 8 |
# File 'lib/services/git/commit/commit_staging.rb', line 5 def self.prepare(run_stage:) maybe_stage_changes(run_stage: run_stage) ensure_staged_changes(run_stage: run_stage) end |