Base solution for your next web application
Open Closed

TFS vs GIT - Source Code Version Control for #4797


User avatar
0
faisalalam created

What is the best source code management tool suitable for asp.net zero project? Since asp.net zero using git, should we use the GIT instead of TFS.

We are also thinking how to migrate project in future to asp.net zero latest version.

do you have any guideline - How to commit asp.net core (separate) with angular to TFS

Thanks


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    If you go on with GIT, you can fork the repository, compare with the latest code and merge to yours. So it'd be better to use GIT ;) Even Microsoft uses it.