#!/bin/sh
git add .
git commit -m $(date +%u)
git gc --auto
git update-server-info
git push
