# File lib/homesick/actions/git_actions.rb, line 78
      def git_pull
        say_status 'git pull', '', :green
        system 'git pull --quiet'
      end