#!/bin/sh -x git add -A && \ git commit -m "Add local changes" && \ git pull --rebase && \ git push