Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Eliminate "folder" word usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
GArik authored and Igor Murzov committed Apr 8, 2013
1 parent 716e192 commit 60c632a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/06-git-tools/01-chapter6.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ Then, you e-mail that guy and yell at him.

Sometimes, developers want to get a combination of a large project’s subdirectories, depending on what team they’re on. This is common if you’re coming from CVS or Subversion, where you’ve defined a module or collection of subdirectories, and you want to keep this type of workflow.

A good way to do this in Git is to make each of the subfolders a separate Git repository and then create superproject Git repositories that contain multiple submodules. A benefit of this approach is that you can more specifically define the relationships between the projects with tags and branches in the superprojects.
A good way to do this in Git is to make each of the subdirectories a separate Git repository and then create superproject Git repositories that contain multiple submodules. A benefit of this approach is that you can more specifically define the relationships between the projects with tags and branches in the superprojects.

### Issues with Submodules ###

Expand Down

0 comments on commit 60c632a

Please sign in to comment.