vote up 3 vote down star
2

Is it somehow possible to automatically have a link to GitHub issue number in the git commit message?

flag

2 Answers

vote up 2 vote down

It is a requested feature on the github-issue tracker but I don't know if it has been implemented. It is not marked as closed.

link|flag
vote up 2 vote down

If you want to link to a GitHub issue and close the issue, you can provide the following lines in your Git commit message:

Closes #1.
Closes GH-1.
Closes gh-1.

(Any of the three will work.) Note that this will link to the issue and also close it. You can find out more in this blog post (start watching the embedded video at about 1:40).

I'm not sure if a similar syntax will simply link to an issue without closing it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.