250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- it
- flutter
- protocol
- Extentsion
- Swift
- github
- designPattern
- GIT
- OSLog
- Widget
- swiftlint
- toyproject
- tip
- basic
- ToDoRim
- xcode
- SwiftGen
- reetcode
- IOS
- algorithm
- pubspec.yaml
- enumerations
- COMMIT
- keyWindow
- Equatable
- dart
- Leetcode
- pubspec
- listview
- UIAccessibility
Archives
- Today
- Total
수니의 개발새발
[Git] Github 커밋에 이슈 연결하기 (Commit - issue) 본문
728x90
반응형
📌 이번 글은
Github Commit에 issue를 연결하는 방법입니다.
Commit issue 연결
Commit 내용에 #[issue번호] 추가.
#323 - 기능에 대하여 수정.
Commit 과 함께 issue close 하기
close #[issue번호]
close #232 - 기능 해결
resolved #122 - 기능 해결
Close 키워드
- close
- closes
- closed
- fix
- fixes
- fixed
- resolve
- resolves
- resolved
728x90
반응형
'Git' 카테고리의 다른 글
[Git] Github Commit Convention (0) | 2022.03.27 |
---|---|
[Git] Github 작업 관리(2) Project (with. Automated kanban) (0) | 2022.03.14 |
[Git] Github 작업 관리(1) Issue (0) | 2022.03.14 |
[Git] Git 브랜칭 전략(2) Github-flow (1) | 2022.03.05 |
[Git] Git 브랜칭 전략(1) Git-flow (1) | 2022.03.05 |
Comments