Skip to content

Instantly share code, notes, and snippets.

@andrewmmc
Created January 16, 2018 04:48
Show Gist options
  • Save andrewmmc/d3d1fdd2a37f656c7653344962aeb02f to your computer and use it in GitHub Desktop.
Save andrewmmc/d3d1fdd2a37f656c7653344962aeb02f to your computer and use it in GitHub Desktop.
[Git] Git update submodule version to latest

Git - Update submodule version to latest

git pull --recurse-submodules
git submodule update --remote --recursive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment