-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b25f0e5
commit 45552ec
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
작성자: @github_nickname | ||
|
||
Related to #{이슈 번호 기입} | ||
close/resolve/fix #{이슈 번호 기입} | ||
|
||
## 체크 리스트 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## 28th Git Study | ||
|
||
***SCG 28기를 위한 Git 실습을 위한 Repository*** | ||
|
||
### 기본 제공 Branch | ||
- main | ||
- develop | ||
- feat/list-like-visibility | ||
- feat/post-translate | ||
|
||
### 목표 | ||
- Git Issue 를 만들어보고 해결해보자! | ||
- Git branch 를 사용하여 개발을 진행해보고 Pull Request까지! | ||
- Git conflict 를 resolve 해보자 | ||
|
||
### How to Start | ||
```shell | ||
npm install | ||
npm run start | ||
``` |