From TFS to Git
- by Saeed Neamati
I'm a .NET developer and I've used TFS (team foundation server) as my source control software many times. Good features of TFS are:
Good integration with Visual Studio (so I do almost everything visually; no console commands)
Easy check-out, check-in process
Easy merging and conflict resolution
Easy automated builds
Branching
Now, I want to use…