TubeTK/Git/Download

From KitwarePublic
Jump to navigationJump to search

This page documents how to download TubeTK through Git. See our table of contents for more information.

Follow our Git download instructions to install Git.

Clone

Clone TubeTK using the commands

$ git clone git://igstk.org/TubeTK.git
$ cd TubeTK

git help clone

Connection refused?

Update

Users that have made no local changes and simply want to update a clone with the latest changes may run

$ git pull
$ git submodule update

git help pull

git help submodule

Avoid making local changes unless you have read our developer instructions.