Skip to content

Instantly share code, notes, and snippets.

@Mamaduka
Created September 28, 2016 11:06
Show Gist options
  • Save Mamaduka/c02702c3350e53a7a7d0732e023300ee to your computer and use it in GitHub Desktop.
Save Mamaduka/c02702c3350e53a7a7d0732e023300ee to your computer and use it in GitHub Desktop.

Update WP-CLI in VVV

Props to @pento mentioning this method in comment.

cd /srv/www/wp-cli
git checkout -- .
git pull origin master
composer update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment