Files
notes/push_all

6 lines
95 B
Plaintext
Raw Normal View History

2026-03-12 22:01:38 +01:00
NOW=$(date -u +"%Y-%m-%d %H:%M:%S" )
git add .
git commit -m "${NOW}"
git push -u origin main