Software at the Remeis-Observatory

From Remeis-Wiki
Revision as of 17:16, 20 April 2018 by Kuehnel (talk | contribs)
Jump to navigation Jump to search

For many software and scripts which are developed at our observatory, for example the ISISscripts, a GIT repository exists. You can reach the public repositories at https://www.sternwarte.uni-erlangen.de/git.public and the internal repositories at https://www.sternwarte.uni-erlangen.de/git.

To clone the repository you are interested in type

git clone ssh://account@crux.sternwarte.uni-erlangen.de/data/git/repositoryname

where you have to replace account with your account name in Bamberg and repositoryname with the repository you are interested in.

A quick guide to GIT can be found here and a more detailed description of basic GIT usage is found here.