Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion C-git-commands.asc
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ We use `git archive` to create a tarball of a project for sharing in <<ch05-dist

==== git submodule

The `git submodule` command is used to manage external repositories within a normal repositories.
The `git submodule` command is used to manage external repositories within a normal repository.
This could be for libraries or other types of shared resources.
The `submodule` command has several sub-commands (`add`, `update`, `sync`, etc) for managing these resources.

Expand Down