#!/bin/sh

git add -A
git commit -m "`date`"
git fetch origin
git rebase origin/master
git push origin master