Skip to content

Instantly share code, notes, and snippets.

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 zakirsajib/0d918416ee110068fa66409192692c73 to your computer and use it in GitHub Desktop.
Save zakirsajib/0d918416ee110068fa66409192692c73 to your computer and use it in GitHub Desktop.
WordPress Plugin file add/update/commit via SVN
# To add a new screenshot
## First cd to directory and then type
svn add assets/screenshot-5.jpg
# and now commit
svn ci -m "added new screenshot for user profile" assets/screenshot-5.jpg
@zakirsajib
Copy link
Author

Delete particular file

svn delete 'assets/screenshot-4.jpg'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment