ari.lt/git.sh
Ari Archer da5f043599 update @ Tue 15 Feb 03:11:12 EET 2022
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-15 03:11:12 +02:00

7 lines
160 B
Bash
Executable file

#!/usr/bin/env sh
rm -fv content/styles/config/_main.css
git add .
git commit -sam "update @ $(date)"
git push -u origin "$(git rev-parse --abbrev-ref HEAD)"