In the last post we discussed how to create Team project and Collection in Team foundation server 2015, in this post we will discuss Checkin and checkout code in Team project with Team foundation server 2015
Understanding check-in & Check-out
With TFS we can perform check-in and check-out of our code.
All the code sits on the SQL server database (behind the scenes)
Unlink VSS, TFS is very atomic, meaning, check-in completely, else nothing !!!
How to do it in VS?
With Visual studio 2013/2015, using Team Explorer, we can access our Source control explorer, which will let us do code check-in and check-out
Here is the complete video of the above discussion
Thanks for reading the post and watching the video!!!
Please leave your comments and let me know if there is anything I should update in this post.
Thanks,
Karthik KK
Post Author:
Karthik kk
One Reply to “Check-In code in Team project with TFS 2015”
Thanks Karthik, it helped me alot.