Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (19.4k points)
edited by

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

1 Answer

0 votes
by (27.5k points)

All you need to do is just include #xxx in your commit message to reference an issue without closing it.

As shown below: 

fix #xxx

fixes #xxx

fixed #xxx

close #xxx

closes #xxx

closed #xxx

resolve #xxx

resolves #xxx

resolved #xxx

Browse Categories

...