#!/bin/bash
current_date=$(date +%y%m%d)
git add .
git commit -m "$current_date"
git push -u origin main
