add composer command for git add/push

because I have to look up each time
This commit is contained in:
Andy Fragen 2025-02-02 13:30:24 -04:00
parent 418ac78607
commit 8eb7cbabf9

View file

@ -33,6 +33,9 @@
"scripts": {
"make-language-packs": [
"php ./vendor/autoload.php"
],
"git-add-push": [
"git add --all && git push -u origin main"
]
}
}