decentralized development using git and git-svn
- by CantGetANick
We have 2-3 small teams of 2-3 people. We all use git for local and svn for central repository and git-svn got sync. This is works all the time except when we want to share our code between the team it self.
So we have tried out git pull, this creates lots of conflicts and it does not detect that we are on the same tree. It fetches all the changes…