I am working with Git repositories in the following way: I have the master repository and several remotes on the diffe开发者_运维百科rent production machines.
In 开发者_运维知识库my previous app I had an object like this: class myType { public: int a; string b;