system("git commit -a -m "quick commit" ");
system("git push");
then build one in ~. Bash _ profile, wrote a shortcut
alias push="php /Users/XXX/Projects/XY/push.php"
but what I want to achieve is:
suppose I enter push "GOOD BADDDD"
so I can get this value in push.php
and replace quick commit
into GOOD BADDDD
. Is this possible?