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)
-
0
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.