ari.lt/git.sh

7 lines
121 B
Bash
Raw Normal View History

2021-09-05 02:21:11 +03:00
#!/bin/sh
2021-10-09 03:30:43 +03:00
rm -fv content/styles/config/_main.css
2021-09-05 02:21:11 +03:00
git add .
git commit -m "update @ $(date)"
git push -u origin terminal