mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-02 02:34:26 +02:00
Update pullArgs.js
Fix Korean typo
This commit is contained in:
parent
323edefa62
commit
977150ad7f
1 changed files with 1 additions and 1 deletions
|
@ -805,7 +805,7 @@ exports.level = {
|
|||
"",
|
||||
"`git fetch origin bar~1:bugFix; git merge bugFix`",
|
||||
"",
|
||||
"보이죠? git pull은 그저 fetch + merge의 축양형일 뿐이에요, 그리고 git pull은 커밋들이 도착하는곳을 신경씁니다(fetch를 하며 지정된 `destination`인자의 위치로 merge가 수행됩니다).",
|
||||
"보이죠? git pull은 그저 fetch + merge의 축약형일 뿐이에요, 그리고 git pull은 커밋들이 도착하는곳을 신경씁니다(fetch를 하며 지정된 `destination`인자의 위치로 merge가 수행됩니다).",
|
||||
"",
|
||||
"직접 확인해봅시다:"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue