Correct word "master" to "main" in KO

This commit is contained in:
hibuz 2021-01-01 23:11:53 +09:00
parent 8a159ea498
commit 24b0dc09ee
13 changed files with 22 additions and 22 deletions

View file

@ -637,7 +637,7 @@ exports.level = {
"",
"이런 작업흐름은 두가지 작업을 같이하게됩니다 :",
"",
"* feature 브랜치의 작업을 master로 통합하는것과",
"* feature 브랜치의 작업을 main 브랜치로 통합하는것과",
"* 원격저장소에서 push하고 pull하는 작업입니다"
]
}