I'm working on git in order to organize a big project that should contain two different subproject independetly
each project contain 4 brachs that represent the different version of it
what I want to do is to create a git repo and 8 branchs(4+4) so that each branch will contains what the refereced branch should contains
however,the main problem is that I didn't find a way to clone a branch and push it into another git repo.
Tnx