Updating External Dependencies - We-Amp/mod_pagespeed GitHub Wiki
- Set up a work branch as usual
- Go to directory you want to update, e.g.
cd third_party/libpng/src git pullto pick up the most recent stage of remote repository- Checkout the version you want, e.g.
git checkout v1.2.57 cd ..- Add the submodule directory as to a commit in the main checkout, e.g.
git add src - Make a commit, push it, create a pull requests as usual