class Rlt::Commands::Rst

Public Class Methods

run(_config) click to toggle source
# File lib/rlt/commands/rst.rb, line 5
def self.run(_config)
  Utils::GitUtil.reset_hard_head
  Utils::GitUtil.clean_untracked
end