Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save deviationist/5aedd97d1a623c9f8749255587afa852 to your computer and use it in GitHub Desktop.

Select an option

Save deviationist/5aedd97d1a623c9f8749255587afa852 to your computer and use it in GitHub Desktop.
A quick and easy way to delete a tag from a WP plugin using CLI.
svn delete http://plugins.svn.wordpress.org/plugin-slug/tags/1.0.0/ -m "Revert" --username your-username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment