TFS
TFS is an acronym for Team Foundation Server which is widely used with Visual Studio. We can directly use the Visual Studio to push code to Team Foundation Server using some simple steps.
Steps
Step 1: Open the Visual Studio editor.
Step 2: Choose any team project:
Step 3: Next is to use your account URL and credentials to connect to TFS:
Sign in to your Microsoft account:
Step 4: Now you need to map your local project folder with the repository, like below:
Step 5: Now you can add files and folders to your local project like below:
Step 6: Now, we need to check in the project for the additional changes:
Step 7: You can see the successful message after completion:
Step 8: Now you can check if all the changes are uploaded in TFS by looking at the time in the “Last Change” column: