# File lib/homesick/actions/git_actions.rb, line 83
      def git_push
        say_status 'git push', '', :green
        system 'git push'
      end