#!/bin/bash

git add .
git commit -m "Commit"
git push origin
