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