VES/Git/Download

From KitwarePublic
< VES‎ | Git
Revision as of 16:05, 9 February 2012 by Brad.king (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.