VTK/Git/Develop/Data
From KitwarePublic
< VTK | Git | Develop
Jump to navigationJump to search
Revision as of 21:28, 18 February 2013 by Brad.king (talk | contribs) (Created page with "This page documents how to add test data while developing VTK. See our table of contents for more information. __TOC__ =Setup= {| style="width: 100%" |- |width=60%| ...")
This page documents how to add test data while developing VTK. See our table of contents for more information.
Setup
Clone the
|
|
Configure the ssh protocol pushurl: | |
|
|
Configure the local master branch to rebase on pull: | |
|
Update
To update a clone with the latest changes run | |
|
Add Data
To add new data simply place it at the desired location in the work tree and tell Git to add it, commit, and push: | |
|