Skip to content

Commit

Permalink
Merge pull request #94 from euler0/fix-typo-7.11-submodules
Browse files Browse the repository at this point in the history
Fix a typo (서므모듈 => 서브모듈)
  • Loading branch information
pismute authored May 23, 2018
2 parents 8a8828d + 386a242 commit 23a0123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/07-git-tools/sections/submodules.asc
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Then you need to tell Git what to do if you have made changes and then `git subm
The options are that you can merge them into your local work, or you can try to rebase your local work on top of the new changes.
///////////
서브모듈이 브랜치를 추적하게 하려면 할 일이 두 가지다.
우선 각 서므모듈 디렉토리로 가서 추적할 브랜치를 Checkout 하고 일을 시작해야 한다.
우선 각 서브모듈 디렉토리로 가서 추적할 브랜치를 Checkout 하고 일을 시작해야 한다.
이후 서브모듈을 수정한 다음에 `git submodule update --remote` 명령을 실행해 Upstream 에서 새로운 커밋을 가져온다.
이 커밋을 Merge 하거나 Rebase 하는 것은 선택할 수 있다.
Expand Down

0 comments on commit 23a0123

Please sign in to comment.