Software at the Remeis-Observatory

From Remeis-Wiki
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/gitlab.

To clone the repository you are interested in type

git clone git@serpens.sternwarte.uni-erlangen.de:<group>/<repositoryname>

where you have to replace group with the group the repository repositoryname is in.

The easiest way to explore the available (internal) repositories is to use the according tab in the GitLab interface. After login with your usual account you can also create your own groups and repositories.

A more detailed description of basic GIT usage is found here.