· 1 min read

Changing GitHub Issue State in Git Commit Message

Changing issue state in git commit message for Github issues

fixes #xxx
fixed #xxx
fix #xxx
closes #xxx
close #xxx
closed #xxx

Example

git commit -am'complete bug fix closes #123'

Comments

Leave a comment