ITK/Git/Download: Difference between revisions
(Created page with "This page documents how to download ITK through [http://git-scm.com Git]. See our table of contents for more information. =Clone= {| style="width: 100%" !width=60%|...") |
(→Update) |
||
Line 56: | Line 56: | ||
|- | |- | ||
| | | | ||
Avoid making local changes unless you have read our [[ITK/Git/Develop|developer instructions]]. | |||
|} | |} | ||
Revision as of 21:02, 16 November 2010
This page documents how to download ITK through Git. See our table of contents for more information.
Clone
Clone ITK using the commands | |
|
|
If you want to run tests, get the | |
|
|
Clone ITKApps using the commands | |
|
Update
Users that have made no local changes and simply want to update a clone with the latest changes may run | |
|
|
Avoid making local changes unless you have read our developer instructions. |
Release
After cloning your local repository will be configured to follow the upstream master branch by default. One may create a local branch to track the upstream release branch instead: | |
|
|
This local branch will always follow the latest release. Use the above instructions to update it. Alternatively one may checkout a specific release tag: | |
|
|
Release tags never move. Repeat the command with a different tag to get a different release. One may list available tags: | |
|