Преглед на файлове

git-submodule: use the standard directory convention

Agniva De Sarker преди 7 години
родител
ревизия
f8795d0c01
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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: