Git: Difference between revisions

No edit summary
Line 25: Line 25:
| Add an external repository ''repo'' at point ''dir/path''
| Add an external repository ''repo'' at point ''dir/path''
| <tt>svn propedit svn:ignore dir</tt>, and add <tt>path</tt>
| <tt>svn propedit svn:ignore dir</tt>, and add <tt>path</tt>
| <tt>git submodule add repo dir/path</tt>
| <tt>git submodule add repo dir/path</tt> (there's a [http://git.wiki.kernel.org/index.php/GitSubmoduleTutorial Submodule Tutorial])
|}
|}