I've been using Git for a while. I want simulate a case in SVN using git, that I want to import an external tree into my project. Let's say,
my_project_root
my_folder1
jQuery(link to external source)
How do I do that?
thanks
I've been using Git for a while. I want simulate a case in SVN using git, that I want to import an external tree into my project. Let's say,
my_project_root
my_folder1
jQuery(link to external source)
How do I do that?
thanks
Have a look at git's submodules. A little bit more complicated that what I hoped for but it gets the job done.