fix korean translaction

This commit is contained in:
Roeniss Moon 2022-11-11 18:55:10 +00:00
parent 6442e770f1
commit c378a89a68
No known key found for this signature in database
GPG key ID: 2A0FFFEAB6F612EB
2 changed files with 2 additions and 2 deletions

View file

@ -922,7 +922,7 @@ exports.level = {
"source 와 destination 모두 적용될까요? 추측해보세요! 확인해봅시다:"
],
"afterMarkdowns": [
"이야, 명령어 하나에 많은게 일어나고있습니다. 로컬에 이름이 `foo`인 새 브랜치를 만들고, 원격 저장소의 master에서 이 브랜치 `foo`에 커밋들을 내려받습니다, 그후 그 브랜치를 우리가 현재 체크아웃한 브랜치 `bar`로 병합했습니다. 오오오!!!"
"이야, 명령어 하나에 많은게 일어나고있습니다. 로컬에 이름이 `foo`인 새 브랜치를 만들고, 원격 저장소의 main에서 이 브랜치 `foo`에 커밋들을 내려받습니다, 그후 그 브랜치를 우리가 현재 체크아웃한 브랜치 `bar`로 병합했습니다. 오오오!!!"
],
"command": "git pull origin main:foo",
"beforeCommand": "git clone; git fakeTeamwork; go -b bar; git commit"