mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-07 05:04:30 +02:00
Correct Korean typos
'됬' is an invalid word. so I corrected this word
This commit is contained in:
parent
11a2443b77
commit
2d0b9277c7
7 changed files with 7 additions and 7 deletions
|
@ -575,7 +575,7 @@ exports.level = {
|
|||
"여기 원격저장소에는 없는 변경이 있습니다. 이것들을 업로드 해 봅시다!"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"자 됬습니다 -- 원격 저장소가 커밋 `C2`를 받았고, 원격 저장소의 브랜치 `main`가 `C2`라는 지점까지 갱신 되었습니다. 그리고 원격 저장소의 반영인 *우리의* 원격 브랜치 (`o/main`)또한 잘 갱신 되었습니다. 모든게 동기화되어 있습니다!"
|
||||
"자, 됐습니다 -- 원격 저장소가 커밋 `C2`를 받았고, 원격 저장소의 브랜치 `main`가 `C2`라는 지점까지 갱신 되었습니다. 그리고 원격 저장소의 반영인 *우리의* 원격 브랜치 (`o/main`)또한 잘 갱신 되었습니다. 모든게 동기화되어 있습니다!"
|
||||
],
|
||||
"command": "git push",
|
||||
"beforeCommand": "git clone; git commit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue