I have two SVN project using sharing another SVN using svn:externals. I want to have that same structure with GIT but I can't find how.
|
feedback
|
|
Git has two approaches similar to, but not exactly equivalent to, svn:externals:
| |||||||||
feedback
|
|
You should look into git submodules, it should allow almost exactly what you're looking for. | |||
|
feedback
|
|
There isn't an exact analogue, but here are a pair of workarounds: | |||
|
feedback
|