Push multiple Git repositories to one repository -
i'm not sure if possible. however, let me ask.
can push multiple repos single repo? essentially, want single repo contain files smaller repos.
i have repos created various modules of project. , single repo project itself.
as twalberg noted above, can push multiple repositories single destination, create distinct history graphs. can merge them though , in keep sync git's using call in git subtree merge, described in http://git-scm.com/book/ch6-7.html. take look.
Comments
Post a Comment