Skip to content

Commit

Permalink
Fix a grammatical mistake in submodules.asc
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Nov 23, 2015
1 parent 63e4c62 commit 8324724
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 @@ -374,7 +374,7 @@ So now let's go through an example of making changes to the submodule at the sam

So far, when we've run the `git submodule update` command to fetch changes from the submodule repositories, Git would get the changes and update the files in the subdirectory but will leave the sub-repository in what's called a ``detached HEAD'' state.
This means that there is no local working branch (like ``master'', for example) tracking changes.
So any changes you make aren't being tracked well.
So any changes you make aren't being tracked as well.

In order to set up your submodule to be easier to go in and hack on, you need do two things.
You need to go into each submodule and check out a branch to work on.
Expand Down

0 comments on commit 8324724

Please sign in to comment.