#!/bin/bash git pull --no-edit; git fetch; git add .; git commit -am "latest pushes"; git push