Method: #resetLocal

Defined in:
lib/branch_cli/branch.rb

#resetLocalObject



36
37
38
# File 'lib/branch_cli/branch.rb', line 36

def resetLocal
  runCommand("git reset --hard")
end