mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
Correct word "master" to "main" in KO
This commit is contained in:
parent
8a159ea498
commit
24b0dc09ee
13 changed files with 22 additions and 22 deletions
|
@ -637,7 +637,7 @@ exports.level = {
|
|||
"",
|
||||
"이런 작업흐름은 두가지 작업을 같이하게됩니다 :",
|
||||
"",
|
||||
"* feature 브랜치의 작업을 master로 통합하는것과",
|
||||
"* feature 브랜치의 작업을 main 브랜치로 통합하는것과",
|
||||
"* 원격저장소에서 push하고 pull하는 작업입니다"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue