ari.lt/git.sh
Ari Archer 048c4d29c6 update @ Sat 26 Feb 15:09:26 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-02-26 15:09:26 +02:00

13 lines
206 B
Bash
Executable file

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