How to share common files with another project using git.
I have a Cordova project that I have started and I need to use a couple of common js files from another project. I was wondering if there was a way to check out the common files from in both projects so I can merge the changes back to a common file?
Thanks.
请先登录再写评论。