I would really love a specialized git alias / bash function that can do the following.
git add -A
git commit -m "$MESSAGE"
git push origin master
All with a single command.
gacp
> My message
CONTENTS OF COMMIT
CONTENTS OF PUSH
Can this be done? Could someone share some sample code? Is there a native git function that can do this?