#!/bin/bash echo a >> asdf && git add . && git commit -m "a commit" && git push origin master