Pivotal Tracker and Github have great integration: Once it's set up, each commit which is prefixed by the Pivotal Tracker ID will appear under the corresponding Pivotal Ticket automatically, for an example:
git commit -am '[#1234567] my new changes'
git push origin
will add the comment 'my new changes' automatically to the 1234567 Pivotal Ticket among with the github commit link.
However, it's easy to forget to add the ticket ID each time. How could it be simplified / automated?