Using GIT
Hi,
Since few days, I have started using GIT ... For my project tracking...
Howsoever, I am facing quite complicated problem...
My project includes two modules of code that comes from different GIT-SERVER. Directory is something like this..
local_git_server... It has two folders
--------1. Software
--------2. Firmware
Now, when I do git pull from local GIT-SERVER, it gets updated firmware and software folder. But, actually development on firmware code happens remotely and they have their own GIT-SERVER (say remote_git_server)
Now, I want to get Firmware folder from remote_git_server and software code from local_git_server to test the whole thing.
Can someone tell how to do this ?
Last edited by vkmgeek; 12-24-2008 at 01:32 AM.
Reason: looks like spaces are skipped and so not looking diagram correct
|