# File lib/homesick/actions/git_actions.rb, line 97 def git_add(file) say_status 'git add file', '', :green system "git add '#{file}'" end