Difference between revisions of "Software at the Remeis-Observatory"

From Remeis-Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
where you have to replace ''account'' with your account name in Bamberg and ''repositoryname'' with the repository you are interested in.
 
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 [[Short introduction to GIT|here]] and a more detailed description of basic GIT usage is found [[GIT -- The Fast Version Control System|here]].
+
A more detailed description of basic GIT usage is found [[GIT -- The Fast Version Control System|here]].
  
 
[[Category:GIT]][[Category:Software]]
 
[[Category:GIT]][[Category:Software]]

Revision as of 17:17, 20 April 2018

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 more detailed description of basic GIT usage is found here.