|
|
@@ -2,11 +2,11 @@
|
|
|
\subsection{\de{Mit der Kommandozeile}\en{Using the commandline}}
|
|
|
\begin{itemize}
|
|
|
\item \textbf{\de{Sie haben noch kein lokales Projekt?}\en{You have no local project?}}
|
|
|
- \\ \tUseSteps{} (a), (b), (c), (d), (e) \tAnd (f)
|
|
|
+ \\ \tUseAllSteps{} (a) \de{bis}\en{til} (f)
|
|
|
\item \textbf{\de{Sie haben ein lokales Projekt, aber es ist nicht mit GIT verwaltet?}\en{You have a local project but it is not managed by GIT?}}
|
|
|
- \\ \tUseSteps{} (b), (d), (e) \tAnd (f)
|
|
|
+ \\ \tUseSteps{} (b), (d), (e) \tAnd{} (f)
|
|
|
\item \textbf{\de{Sie haben ein lokales GIT-Projekt?}\en{You have a local GIT-project?}}
|
|
|
- \\ \tUseSteps{} (b) \tAnd (f)
|
|
|
+ \\ \tUseSteps{} (b) \tAnd{} (f)
|
|
|
\end{itemize}
|
|
|
|
|
|
|
|
|
@@ -32,7 +32,7 @@
|
|
|
\codeline{git init}
|
|
|
|
|
|
\item \de{Die Dateien dem neuen GIT Repository hinzyf\"ugen:}\en{Add the files to the new GIT Repository:}
|
|
|
- \codeline{git add .}
|
|
|
+ \codeline{git add~.}
|
|
|
|
|
|
\item \de{Projekt zum Server senden.}\en{Send new Project to server.}
|
|
|
\codeline{git push --set-upstream git@git.informatik.uni-rostock.de:\textbf{myAccount}/\textbf{myProject} master}
|
|
|
@@ -45,23 +45,51 @@
|
|
|
\subsection{\de{Mit GIT Vorlagen}\en{With GIT examples}}
|
|
|
|
|
|
\begin{itemize}
|
|
|
-\item Klicken Sie oben links auf \var{Projects}.
|
|
|
+\item \de{Klicken Sie oben links auf \var{Projects}.}\en{Click on \var{Projects} on the top left side.}
|
|
|
|
|
|
- Es erscheint das Projektauswahlmen\"u.
|
|
|
+ \de{Es erscheint das Projektauswahlmen\"u.}\en{It appears a menu.}
|
|
|
|
|
|
\includegraphics[width=\linewidth]{images/newProject/projectsHeaderWithMenu.png}
|
|
|
|
|
|
-\item Im darauf erscheinenden Men\"u klicken Sie auf \var{your projects}
|
|
|
+\item \de{Im darauf erscheinenden Men\"u klicken Sie auf \var{your projects}}\en{Click on \var{your projects} in the appearing menu.}
|
|
|
|
|
|
- Es erscheint die Liste ihrer Projekte.
|
|
|
+ \de{Es erscheint die Liste ihrer Projekte.}\en{It appears the list of your projects.}
|
|
|
|
|
|
-\item Klicken Sie auf \var{new project} am rechten Rand.
|
|
|
+\item \tClickOn{new project} \de{am rechten Rand.}\en{on the right side.}
|
|
|
|
|
|
- Es erscheint die Projekt-Erstellen-Auswahl.
|
|
|
+ \de{Es erscheint die Projekt-Erstellen-Auswahl.}\en{It appears the selection page for a new project.}
|
|
|
|
|
|
\includegraphics[width=\linewidth]{images/newProject/newProjectSelector.png}
|
|
|
|
|
|
-\item Klicken Sie auf \var{Create from template}.
|
|
|
+\item \tClickOn{Create blank project}.
|
|
|
+
|
|
|
+ \includegraphics[width=\linewidth]{images/newProject/projectsTemplate.png}
|
|
|
+
|
|
|
+\item \de{Geben Sie ein Namen f\"ur Ihr Projekt im Feld \var{Project name} ein.}\en{Enter a name for your project in the box \var{Project name}.}
|
|
|
+
|
|
|
+\item \de{Sie k\"onnen eine kurze Beschreibung Ihres Projektes im Feld \var{Project description} angeben.}\en{You may add a short description for your project in the box \var{Project description}.}
|
|
|
+
|
|
|
+\item \de{Aktivieren Sie das H\"akchen \var{Initialize repository with a README}, damit sie ein nicht leeres Repository zum Auschecken haben.
|
|
|
+ }\en{Activate the checkbox \var{Initialize repository with a README}. So you have a non empty Repository and may check it out to your computer.}
|
|
|
+
|
|
|
+\item \tClickOn{Create project}
|
|
|
+
|
|
|
+ \de{Es erscheint die \"Ubersichtsseite des neuen Projektes.}\en{It appears the overview of your new project.}
|
|
|
+
|
|
|
+ \includegraphics[width=\linewidth]{images/newProject/projectPage.png}
|
|
|
+
|
|
|
+\item \tClickOn{Clone} \de{und kopieren Sie den Link unter}\en{and copy the link below} \var{Clone with SSH}
|
|
|
+
|
|
|
+\item \de{\"Offnen Sie ein Terminal.}\en{Open a terminal.}
|
|
|
+
|
|
|
+\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.}
|
|
|
+
|
|
|
+ \codeline{cd \textbf{my/favirite/repo/storage/directory}}
|
|
|
+
|
|
|
+\item \de{Ersetzen Sie im unten stehenden Befehl \textbf{git@git.informatik.uni-rostock.de:example-user/example-project.git} durch den eben kopierten Link und f\"uhren Sie den Befehl aus.}\en{In the command below replace \textbf{git@git.informatik.uni-rostock.de:kristian/example-project.git} with the link you copied before. Execute the command.}
|
|
|
+
|
|
|
+ \codeline{git clone \textbf{git@git.informatik.uni-rostock.de:example-user/example-project.git}}
|
|
|
+
|
|
|
\end{itemize}
|
|
|
|
|
|
|