ParaView/Git/Account: Difference between revisions

From KitwarePublic
< ParaView‎ | Git
Jump to navigationJump to search
m (Fixed a typo)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This page documents how to setup ParaView developer accounts.
The instructions previously available on this page have been superseded. See [https://gitlab.kitware.com/paraview/paraview/blob/master/Documentation/dev/git/README.md here].
See our [[ParaView/Git|table of contents]] for more information.
 
=Git=
 
Authorized developers may publish work directly to <code>paraview.org</code> repositories.
Follow these steps to set up access:
# Submit your ssh public key to the [https://www.kitware.com/Admin/SendPassword.cgi Kitware Password] form
# Perform an [[Git/Publish#Authentication_Test|authentication test]]:
#:<code>$ ssh git@paraview.org info</code>

Latest revision as of 19:26, 26 March 2015

The instructions previously available on this page have been superseded. See here.