Skip to content

Commit 50ae760

Browse files
authored
Merge pull request #1038 from notlmn/grammar
add omitted word
2 parents 4a3dec9 + ba73b89 commit 50ae760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/submodules.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ This means that there is no local working branch (like ``master'', for example)
384384
With no working branch tracking changes, that means even if you commit changes to the submodule, those changes will quite possibly be lost the next time you run `git submodule update`.
385385
You have to do some extra steps if you want changes in a submodule to be tracked.
386386

387-
In order to set up your submodule to be easier to go in and hack on, you need do two things.
387+
In order to set up your submodule to be easier to go in and hack on, you need to do two things.
388388
You need to go into each submodule and check out a branch to work on.
389389
Then you need to tell Git what to do if you have made changes and then `git submodule update --remote` pulls in new work from upstream.
390390
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.

0 commit comments

Comments
 (0)