Skip to content

Instantly share code, notes, and snippets.

@grenade
Last active August 29, 2015 14:06
Show Gist options
  • Save grenade/e445465229673852d379 to your computer and use it in GitHub Desktop.
Save grenade/e445465229673852d379 to your computer and use it in GitHub Desktop.
Delete (negate) a TFS changeset
mkdir some-workspace && cd some-workspace
tf workspace /new /collection:http://tfs-host:8080/tfs/some-collection some-workspace
tf rollback /changeset:some-changeset
tf checkin
tf workspace /delete some-workspace
cd .. && rd some-workspace /S /Q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment