Files
notes/push_all
2026-03-12 22:01:38 +01:00

6 lines
95 B
Plaintext
Executable File

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