Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Dashboard as submodule

Dieter Adriaenssens edited this page Jan 31, 2015 · 3 revisions

Create submodule

git submodule add https://github.com/buildtimetrend/dashboard.git static/dashboard --name dashboard

Install previously created submodule

Installing submodule on an existing clone

git submodule update --init --recursive

Installing submodules when cloning a repo

git clone --recursive git://github.com/buildtimetrend/python-client.git

Update changes from original repo

git submodule foreach git pull origin master

More info : http://stackoverflow.com/questions/5828324/update-git-submodule