cloneProject.tex 1.1 KB

12345678910111213141516171819202122232425
  1. \section{\de{Repository clonen}\en{Clone a repository}}
  2. \label{project:clone}
  3. \begin{itemize}
  4. \item \de{Öffnen Sie Ihr Projekt auf \urlBase{}.}\en{Open your project on \urlBase{}.}
  5. \item \tClickOn{Clone} \de{und kopieren Sie den Link unter}\en{and copy the link below} \var{Clone with SSH}
  6. \includegraphics[width=\linewidth]{images/newProject/projectPage.png}
  7. \item \de{Öffnen Sie ein Terminal.}\en{Open a terminal.}
  8. \item \de{Navigieren Sie zum Ordner, in dem Sie das Repository speichern wollen.}\en{Navigate to the folder, where you want to store your repository.}
  9. \codeline{cd \placeholder{my/favorite/repo/storage/directory}}
  10. \item \de{Ersetzen Sie im unten stehenden Befehl
  11. \placeholder{git@git.informatik.uni-rostock.de:example-user/example-project.git}
  12. durch den eben kopierten Link und führen Sie den Befehl aus.
  13. }\en{In the command below replace
  14. \placeholder{git@git.informatik.uni-rostock.de:kristian/example-project.git}
  15. with the link you copied before. Execute the command.}
  16. \codeline{git clone \placeholder{git@git.informatik.uni-rostock.de:example-user/example-project.git}}
  17. \end{itemize}