#!/bin/bash

git add . && git commit -m "Update"
git push --force

echo "Ready"