KWSys/Git/Download: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(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 ...")
 
No edit summary
 
Line 1: Line 1:
This page documents how to download KWSys through [http://git-scm.com Git].
The instructions previously available on this page have been superseded. See [https://gitlab.kitware.com/utils/kwsys/blob/master/CONTRIBUTING.rst here].
See our [[KWSys/Git|table of contents]] for more information.
 
Follow our [[Git/Download|Git download instructions]] to install Git.
 
=Clone=
 
{| style="width: 100%"
|-
|width=60%|
Clone KWSys using the commands
|-
|
:<code>$ git clone git://public.kitware.com/KWSys.git</code>
:<code>$ cd KWSys</code>
|align="center"|
[http://schacon.github.com/git/git-clone.html <code>git help clone</code>]
 
[[Git/Trouble#Firewall_Blocks_Port_9418|Connection refused]]?
|}
 
=Update=
 
{| style="width: 100%"
|-
|width=60%|
Users that have made no local changes and simply want to update a
clone with the latest changes may run
|-
|
:<code>$ git pull</code>
|align="center"|
[http://schacon.github.com/git/git-pull.html <code>git help pull</code>]
|-
|
Avoid making local changes unless you have read our [[KWSys/Git/Develop|developer instructions]].
|}

Latest revision as of 21:44, 13 December 2016

The instructions previously available on this page have been superseded. See here.