Răsfoiți Sursa

git-submodule: use the standard directory convention

Agniva De Sarker 7 ani în urmă
părinte
comite
f8795d0c01
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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: