Re: Working with multiple repository

2016-02-08 Thread Ashwini Kumar
Thanks for the response. Meanwhile I figured out a way to achieve the same, may not be an optimised way, but yes by rewriting the commit history and squashing the public repo all commits history into one commit. I still need to validate how this approach work for my use case. Regards, Ashwini

Re: Working with multiple repository

2016-02-08 Thread Magnus Therning
Ashwini Kumar writes: > Have a repository with two remotes, one remote points to an open-source > code which I just use to pull the boilerplate code from, Second remote > being my personal work which points to a private repo > > > My requirement is to fetch from the open-source repo but I do no