#!/bin/bash
git add .;
git commit -a -m "$1";
git push -u origin "$2"