ari.lt/git.sh
2021-11-01 03:29:01 +02:00

6 lines
124 B
Bash
Executable file

#!/bin/sh
rm -fv content/styles/config/_main.css
git add .
git commit -S -m "update @ $(date)"
git push -u origin terminal