Hello I a n00b using GIT, i have some questions about how yo use git with two repositories
I'm going to use cakephp (1.3 branch) . cakephp have is own repository in github.com (git://github.com/cakephp/cakephp1x.git) I need switch the branch to get the version 1.3 so this are my commands git clone git://github.com/cakephp/cakephp1x.git git branch --track 1.3 origin/1.3 git checkout 1.3 We this commands a got some folders like cake, app, vendors and some files index.php and .htaccess (in my root folder). In the folder "app" i have all my source. I wanna control this folder i my own git repository and snyc the folder "cake" with the info of cakephp's repository (in svn i use svn externals cake http://repository to do that but now i'm lost in git) Any Idea? Thanks for all :D -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
