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

From Remeis-Wiki
Jump to navigation Jump to search
(Created page with "====== Software at the Remeis-Observatory ====== For many software and scripts which are developed at our observatory, for example the ''isisscripts'', a GIT repository exist...")
 
Line 1: Line 1:
====== Software at the Remeis-Observatory ======
+
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 https://www.sternwarte.uni-erlangen.de/git.public] and the internal repositories at [https://www.sternwarte.uni-erlangen.de/git https://www.sternwarte.uni-erlangen.de/git].
 
 
For many software and scripts which are developed at our observatory, for example the ''isisscripts'', a GIT repository exists. You can reach it via the internal link [[http://www/git]].
 
  
 
To clone the repository you are interested in type
 
To clone the repository you are interested in type
  git clone ssh://account@crux.sternwarte.uni-erlangen.de/data/git/repositoryname
+
<pre>git clone ssh://account@crux.sternwarte.uni-erlangen.de/data/git/repositoryname</pre>
 
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 more detailed description of basic GIT usage is found [[git_use|here]].
+
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]].
  
[[Category:GIT]]
+
[[Category:GIT]][[Category:Software]]

Revision as of 17:16, 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 quick guide to GIT can be found here and a more detailed description of basic GIT usage is found here.