Class: GitHelper::ForgetLocalCommits

Inherits:
Object
  • Object
show all
Defined in:
lib/git_helper/forget_local_commits.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



3
4
5
# File 'lib/git_helper/forget_local_commits.rb', line 3

def execute
  GitHelper::LocalCode.new.forget_local_commits
end