[Git] GitHub: issue number を commit comment に含めて連携処理する
ことができるそうなのでやってみた。
[markdown]
> * [git – Link to GitHub issue number with commit message? – Stack Overflow](http://stackoverflow.com/questions/1687262/link-to-github-issue-number-with-commit-message)
こんな形でコミットしました。
“`prettyprinted
% git commit –amend -m ‘fixed issue #1, AppleScript に全ての処理をまとめ、空白のパスを cd できるよう修正した。’
“`
上記は、さらに close を手動で行った状態。
## 補遺
上記、issue を除いて `fixed #1` という書式であれば自動で close まで行ってくれるそう。
> * [【書評】 GitHub実践入門 ~Pull Requestによる開発の変革 | IDEA*IDEA](http://www.ideaxidea.com/archives/2014/03/github_essentials.html)
[/markdown]