Is it somehow possible to automatically have a link to GitHub issue number in the git commit message?
Is it somehow possible to automatically have a link to GitHub issue number in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just include
#xxxin your commit message to reference an issue without closing it.With new GitHub issues 2.0 you can use these synonyms to reference an issue and close it (in your commit message):
fix #xxxfixes #xxxfixed #xxxclose #xxxcloses #xxxclosed #xxxresolve #xxxresolves #xxxresolved #xxxYou can also substitute
#xxxwithgh-xxx.Referencing and closing issues across repos also works:
Check out the documentation available in their Help section.