6 lines
95 B
Plaintext
Executable File
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
|
|
|