VES/Git/Download: Difference between revisions

From KitwarePublic
< VES‎ | Git
Jump to navigationJump to search
(Created page with "This page documents how to download VES through [http://git-scm.com Git]. See our table of contents for more information. Follow our [[Git/Download|Git download inst...")
 
(No difference)

Latest revision as of 16:05, 9 February 2012

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

Follow our Git download instructions to install Git.

Clone

Clone VES using the commands

$ git clone git://vtk.org/VES.git
$ cd cmake

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 help pull

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