개발 지식, 스크립트/git 다루기

commit 하면서 issue close하기

개발하는지호 2024. 1. 8. 11:25

git commit -m "Feat: ㅇㅇ 기능 구현 close #1"

 

이렇게 하면 커밋하는 동시에 첫번째 이슈를 close한다.