Re: How to organize multiple small reusable components with Git?

2015-07-25 Thread Adam Kurkiewicz
already got something built in, read up about git-archive. Adam > > > > 2015-07-23 20:57 GMT+08:00 Adam Kurkiewicz : >> Hi Bing, >> You seem to be describing a very interesting problem, similar to what I >> often run into in my day job. In my day job I'm composin

Re: How to organize multiple small reusable components with Git?

2015-07-23 Thread Adam Kurkiewicz
Hi Bing, You seem to be describing a very interesting problem, similar to what I often run into in my day job. In my day job I'm composing multiple java microservices into a single application. We have about 7 microservices, but this number will probably grow to more than 10 before the application