|
|
(2 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| This page documents how to download TubeTK through [http://git-scm.com Git].
| |
| See our [[TubeTK/Git|table of contents]] for more information.
| |
|
| |
|
| Follow our [[Git/Download|Git download instructions]] to install Git.
| |
|
| |
| =Clone=
| |
|
| |
| {| style="width: 100%"
| |
| |-
| |
| |width=60%|
| |
| Clone TubeTK using the commands
| |
| |-
| |
| |
| |
| :<code>$ git clone git://igstk.org/TubeTK.git</code>
| |
| :<code>$ cd TubeTK</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>
| |
| |-
| |
| |
| |
| Avoid making local changes unless you have read our [[TubeTK/Git/Develop|developer instructions]].
| |
| |}
| |