Last active
April 29, 2021 09:37
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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