User1994126347 posted
-Get Latest Version - Gets the latest version of the code stored in the source control to your machine
-Check Out for Edit - Allows you to make changes to the file
-Check In - Save the changed file from ur local workspace to the source control
-Get Specific Version - Get a specific version of the file based on a changeset number
-Undo Pending Changes - Undo the changes that you made to the file
-Shelve Pending Changes - Create a shelveset and store the changes you made without having to checkin.
- View History - View history of the checkin history of the file.
For reference please check here
http://msdn.microsoft.com/en-us/library/ms181384(v=vs.110).aspx