If you want last Valencia commit on the website you need to update Composer. Just enter in the root of the website and does:
php composer.phar update
Then, commit new files:
git add composer*
git commit -m 'Updated composer to rev xxx'
git push
If you want last Valencia commit on the website you need to update Composer. Just enter in the root of the website and does:
php composer.phar update
Then, commit new files:
git add composer*
git commit -m 'Updated composer to rev xxx'
git push