Class: Rlt::Commands::Rst

Inherits:
Object
  • Object
show all
Defined in:
lib/rlt/commands/rst.rb

Class Method Summary collapse

Class Method Details

.run(_config) ⇒ Object



5
6
7
8
# File 'lib/rlt/commands/rst.rb', line 5

def self.run(_config)
  Utils::GitUtil.reset_hard_head
  Utils::GitUtil.clean_untracked
end