ari.lt/git.sh

7 lines
124 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 .
2021-11-01 03:29:01 +02:00
git commit -S -m "update @ $(date)"
2021-10-22 07:44:49 +03:00
git push -u origin terminal