jdz/push.sh
2024-07-11 14:10:55 -06:00

7 lines
72 B
Bash
Executable File

#!/bin/bash
env=`date -I`
git add .
git commit -m "$env - $1"
git push