Last Updated: June 18, 2018
·
2.465K
· franklinkim

Checkout git submodules to the latest tag

$ git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);'

1 Response
Add your response

thanks

over 1 year ago ·