#!/bin/bash

eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519_github

cd ..
git add --all
git commit -m "$1"
git push