Skip to content

Commit 60c632a

Browse files
GArikIgor Murzov
authored and
Igor Murzov
committed
Eliminate "folder" word usage.
1 parent 716e192 commit 60c632a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/06-git-tools/01-chapter6.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ Then, you e-mail that guy and yell at him.
993993

994994
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.
995995

996-
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.
996+
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.
997997

998998
### Issues with Submodules ###
999999

0 commit comments

Comments
 (0)