ari.lt/git.sh
2021-09-05 02:21:11 +03:00

5 lines
82 B
Bash
Executable file

#!/bin/sh
git add .
git commit -m "update @ $(date)"
git push -u origin terminal