Make me write proper commit messages

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-06-05 22:36:28 +03:00
parent f867463bdf
commit 1f9ad2fcd0

View file

@ -18,7 +18,7 @@ main() {
done
git add -A
git commit -sam "${m:-update @ $(date)}"
git commit -sa
git push -u origin "$(git rev-parse --abbrev-ref HEAD)"
}