So, we integrated fogbugz and github, it seems that this mechanism works. (i.e. when you press the test button on github, the message "delivered payload" is displayed). Unfortunately, I could not find the documentation on what to put the commit message to associate the error with the commit.
I tried
git commit -am 'fixing 97047' git push origin
and
git commit -am 'fixing #97047' git push origin
Nothing works. I would like to know what I am missing - links to documentation will be rated most highly!
Bret savage
source share