Skip to content
This repository has been archived by the owner on Apr 28, 2019. It is now read-only.

Git Commands

brianbruggeman edited this page Oct 28, 2014 · 2 revisions

Updating submodules

[Stack Overflow: Easiest way to pull the latest of all submodules](http://stackoverflow.com/questions/1030169/easy-way-pull-latest-of-all-submodules)

> git pull --recurse-submodules

> git submodule update --recursive

Clone this wiki locally