Github에 이슈 등록된 문제를 해결했을 때 commit message로 이슈를 바로 close 시킬 수 있다.
쉽게 Help에서 검색해서 찾았지만, 흔적으로 남겨보자.
To close multiple issues, include multiple keywords and issue references in your commit message.
For example,This fixes #34, resolves #23, and closes example_user/example_repo#42
would close issues #34, #23, and issue #42 in the “example_user/example_repo” repository.
fix #이슈번호 혹은 resolve #이슈번호
이런식으로 commit message를 올리면 자동으로 해당 issue는 close 된다.
여기에 쓰이는 단어는 정리된 내용이 있다.
The following keywords will close an issue via commit message:
- close
- closes
- closed
- fix
- fixes
- fixed
- resolve
- resolves
- resolved
이상 ^~^
'IT > Git, GitHub' 카테고리의 다른 글
Git / Github training material (0) | 2018.08.24 |
---|---|
Github / Travis-ci를 이용하여 python 'Hello world' 작성하기 (0) | 2017.11.27 |
Github 실습교육 자료 - 강력 추천 !! (0) | 2015.12.04 |
Prose.io - Github에서 바로 파일 수정 입력 가능 (0) | 2015.03.17 |
What is my disk quota? - Github, Bitbucket 용량? (0) | 2015.03.03 |