KWSys/Git/Download

From KitwarePublic
< KWSys/Git
Revision as of 12:41, 5 October 2012 by Brad.king (talk | contribs) (Created page with "This page documents how to download KWSys through [http://git-scm.com Git]. See our table of contents for more information. Follow our [[Git/Download|Git download ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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

Follow our Git download instructions to install Git.

Clone

Clone KWSys using the commands

$ git clone git://public.kitware.com/KWSys.git
$ cd KWSys

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.