Documentation/Nightly/Developers/DevelopmentWithGit

From Slicer Wiki
Revision as of 19:07, 20 March 2013 by Sankhesh.jhaveri (talk | contribs) (Created page with '= Development with Git = '''This page is about the migration of Slicer4 from subversion to git.''' == Downloading Git == [http://www.paraview.org/Wiki/Git/Download| Download Ins…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Documentation < Nightly < Developers < DevelopmentWithGit

Development with Git

This page is about the migration of Slicer4 from subversion to git.

Downloading Git

Download Instructions

Slicer Setup

1. Follow instructions on Start Here page to clone the Slicer repo from Github.

2. Run the developer setup script to set up your Slicer work tree

$ ./Utilities/SetupForDevelopment.sh

SetupForDevelopment.sh

This script will setup git user info and git hooks.

Git Hooks