git submodule update --init
cd wordpress
git fetch --all --tags --prune
git checkout
git checkout 5.2.2
cd ..
git add wordpress
git commit -m "Updated WordPress to x.x.x"