Last Updated: September 09, 2019
·
757
· 08euccs014

Operate git issues with git commit message

Try to use it, it will help the you to synchronize your commits and issues :

You can use any of the following keywords to close an issue via commit message, it will do as it names:
<ul>
<li>close</li>
<li>closes</li>
<li>closed</li>
<li>fix</li>
<li>fixes</li>
<li>fixed</li>
<li>resolve</li>
<li>resolves
<li>resolved</li>
</ul>

For example, "This fixes #34 and also resolves #23, closes user/repo#42" would close issues #34 and #23, as well as issue #42 in user/repo.

For more details visit : <a href="https://help.github.com/articles/closing-issues-via-commit-messages" target="_blank">Advance Git Commit Message</a>