How can I use git for a framework and for a project using that framework while keeping the project s
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-05-09T10:28:23Z
Indexed on
2010/05/09
10:38 UTC
Read the original article
Hit count: 130
git
We are developing a web application and the framework under it. I would like to be able to use the framework for other projects and I am even considering making the framework open source.
Right now each developer has 2 separate folders, one for each. I then have a 3rd folder with symlinks to the files in the to git project folders. This works but we have pull both the framework and the app and if they get out of sync nothing works.
We are going to be starting the second app using the framework soon.
Is there a better way to do this?
© Stack Overflow or respective owner