Browse Source

git-submodule: use the standard directory convention

Agniva De Sarker 7 năm trước cách đây
mục cha
commit
f8795d0c01
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/common/git-submodule.md

+ 1 - 1
pages/common/git-submodule.md

@@ -12,7 +12,7 @@
 
 - Add a git repository as a submodule at the specified directory:
 
-`git submodule add {{repository_url}} {{directory}}`
+`git submodule add {{repository_url}} {{path/to/directory}}`
 
 - Update every submodule to its latest commit: