TubeTK/Git/Download: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(igstk -> tubetk)
No edit summary
Line 34: Line 34:
Avoid making local changes unless you have read our [[TubeTK/Git/Develop|developer instructions]].
Avoid making local changes unless you have read our [[TubeTK/Git/Develop|developer instructions]].
|}
|}
[[Category:TubeTK]]

Revision as of 15:57, 22 July 2013

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://tubetk.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

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