Hello guys,
we just started using TFS in our projects.
We have a very small team(myself as a back end and a friend as a front end developer).
I spent some time going through tutorials on the subject but most of them concentrate on workflow for bigger teams and scrum etc or basics like installing TFS and simple check in.
My question is if there are two of us what would be the best use of TFS for us (we are concerned only with source control and we are not doing unit testing). Until now I only used tfs by myself and it's been ok but now when another person is included there are some problems.
Could you describe step by step what would be the perfect workflow for us ?
For example:
1. I create a project and do a check-in.
2. My friend downloads the project using TFS and makes some adjustments in a file . Meanwhile I'm still working on some other code in the same file. If I get his version(ie by changeset) my code will be overwritten.
Question: How can I check what changes did he make and choose those I feel are suitable ?