Skip to content
Snippets Groups Projects
Commit ebe39742 authored by Anders Nilsson's avatar Anders Nilsson
Browse files

Updated with new course code. Added info about issue tracker

parent 46274a55
No related branches found
No related tags found
No related merge requests found
Pipeline #656 failed
figures/issues.png

36.6 KiB

...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\usepackage{tikz} \usepackage{tikz}
\usepackage{listings} \usepackage{listings}
\title{Git Tutorial\\ \tiny{Version: 0.4}} \title{Git Tutorial\\ \tiny{Version: 0.5}}
\author{Anders Nilsson \\ \author{Anders Nilsson \\
\texttt{anders.nilsson@control.lth.se}} \texttt{anders.nilsson@control.lth.se}}
...@@ -472,11 +472,11 @@ In general, Google is your friend, and there are literally hundreds ...@@ -472,11 +472,11 @@ In general, Google is your friend, and there are literally hundreds
(if not thousands) of freely available git references, Q\&A:s, and (if not thousands) of freely available git references, Q\&A:s, and
tutorials out there. tutorials out there.
\section{FRT090 Specifics} \section{FRTN40 Specifics}
\label{sec:frt090} \label{sec:frtn40}
Here follows some specific information for students involved in the Here follows some specific information for students involved in the
project course FRT090. project course FRTN40.
\subsubsection*{Repositories} \subsubsection*{Repositories}
...@@ -486,7 +486,7 @@ administering git repositories. We have set up master repositories for ...@@ -486,7 +486,7 @@ administering git repositories. We have set up master repositories for
you to at the department. To create a local clone you write something you to at the department. To create a local clone you write something
similar to: similar to:
\begin{lstlisting} \begin{lstlisting}
andersn@stodola: git clone git@gitlab.control.lth.se:FRT090-2016/group-A andersn@stodola: git clone git@gitlab.control.lth.se:regler/FRTN40/2018/GroupA
Cloning into 'group-A'... Cloning into 'group-A'...
warning: You appear to have cloned an empty repository. warning: You appear to have cloned an empty repository.
\end{lstlisting} \end{lstlisting}
...@@ -498,8 +498,9 @@ an empty (except for .git) directory called ...@@ -498,8 +498,9 @@ an empty (except for .git) directory called
We have a playground repository set up if you want to try using the We have a playground repository set up if you want to try using the
gitlab server. Go to gitlab server. Go to
\texttt{https://gitlab.control.lth.se/FRT090-2016/playground} and play around \texttt{https://gitlab.control.lth.se/regler/FRTN40/2018/playground}
or follow instructions to make a local clone to play around with. and play around or follow instructions to make a local clone to play
around with.
\subsubsection*{Gitlab accounts} \subsubsection*{Gitlab accounts}
...@@ -508,6 +509,27 @@ You create an account by going to ...@@ -508,6 +509,27 @@ You create an account by going to
there. You may also use an existing Google account of yours if you there. You may also use an existing Google account of yours if you
would like to. would like to.
\subsubsection*{Issue Tracker}
\label{issues}
The issue tracker is a quite useful feature of the Gitlab
server. Access the tracker for your project by clicking on the
corresponding button along the left side of the browser window, as
seen in figure~\ref{fig:issues}. Look at an issue as whatever
project-related you might scribble down on a piece of paper or a
postit note; a bug, a suggested feature, or just something to
remember. The tracker is the tool to manage the heap of notes; adding
new ones, update with more information, throw away, and even brush
through the trash to find that note you accidentally threw away too
early by mistake.
\begin{figure}[h!]
\centering
\pgfimage[width=.9\textwidth]{figures/issues.png}
\caption{Issue tracker in Gitlab.}
\label{fig:issues}
\end{figure}
\subsubsection*{ssh or https} \subsubsection*{ssh or https}
When accessing repositories on the gitlab server you can choose When accessing repositories on the gitlab server you can choose
...@@ -531,6 +553,4 @@ access. You do this by copying \emph{both}\footnote{Well, you only ...@@ -531,6 +553,4 @@ access. You do this by copying \emph{both}\footnote{Well, you only
make sense to not also bring with you the public part.} key files to make sense to not also bring with you the public part.} key files to
the other user account you want to use. the other user account you want to use.
\end{document} \end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment