/builds/gitlab-kitware-sciviz-ci/Documentation/dev/git/README.md
Go to the documentation of this file.
1 ParaView Git Usage
2 ==================
3 
4 ParaView version tracking and development is hosted by [Git](http://git-scm.com).
5 Please select a task for further instructions:
6 
7 Main Tasks
8 ----------
9 
10 * [Install Git](http://public.kitware.com/Wiki/Git/Download) -
11  Git 1.7.2 or greater is preferred (required for development)
12 
13 * [Download ParaView](download.md) - Users start here
14 
15 * [Develop ParaView](develop.md) - Contributors start here
16 
17 Other Tasks
18 -----------
19 
20 * [Review Changes](https://gitlab.kitware.com/paraview/paraview/-/merge_requests) -
21  ParaView GitLab Merge Requests
22 * [Learn Git](http://public.kitware.com/Wiki/Git/Resources) -
23  Third-party documentation
24 
25 Branches
26 --------
27 
28 The upstream ParaView repository has the following branches:
29 
30 * `master`: Development (default)
31 * `release`: Maintenance of latest release
32 * `nightly-master`: Follows `master`, updated at `01:00 UTC`
33 * `hooks`: Local commit hooks
34  ([placed](http://public.kitware.com/Wiki/Git/Hooks#Local) in `.git/hooks`)
35 
36 Labels
37 ------
38 
39 See [Labels](labels.md) for information on labels for Issues and Merge Requests.