Skip to content

Instantly share code, notes, and snippets.

@andyhuey
Created April 26, 2013 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyhuey/5471064 to your computer and use it in GitHub Desktop.
Save andyhuey/5471064 to your computer and use it in GitHub Desktop.
show last 50 check-ins
[string]$tf = "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\TF.exe"
pushd
cd c:\ax2012tfs
& $tf history /r /stopafter:50 *
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment