# File lib/homesick/actions/git_actions.rb, line 107
      def git_diff
        say_status 'git diff', '', :green
        system 'git diff'
      end