NOW=$(date -u +"%Y-%m-%d %H:%M:%S" )
git add .
git commit -m "${NOW}"
git push -u origin main

