Check out my first novel, midnight's simulacra!

Git: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 16: Line 16:
color.branch=auto
color.branch=auto
[recombinator](0) $</pre>
[recombinator](0) $</pre>
==[[Subversion]] equivs==
{|border="1"
! goal
! [[subversion]]
! git
|-
| Add an external repository ''repo'' at point ''dir/path''
| <tt>svn propedit svn:ignore dir</tt>, and add <tt>path</tt>
| <tt>git submodule add repo dir/path</tt>
|}


==Links==
==Links==