diff --git a/git-tutorial.tex b/git-tutorial.tex index bc02fad7f3401c92e37497894fcf60ace1ff60bf..6c2bdd79a2fae076775ac4bad9a9916f6831613f 100644 --- a/git-tutorial.tex +++ b/git-tutorial.tex @@ -4,7 +4,7 @@ \usepackage{tikz} \usepackage{listings} -\title{Git Tutorial\\ \tiny{Version: 0.2}} +\title{Git Tutorial\\ \tiny{Version: 0.3}} \author{Anders Nilsson \\ \texttt{andersn@control.lth.se}} @@ -466,35 +466,40 @@ In general, Google is your friend, and there are literally hundreds (if not thousands) of freely available git references, Q\&A:s, and tutorials out there. -\section{FRT090 Specifics} -\label{sec:frt090} +% \section{FRT090 Specifics} +% \label{sec:frt090} -Here follows some specific information for students involved in the -project course FRT090. +% Here follows some specific information for students involved in the +% project course FRT090. -\subsubsection*{Repositories} +% \subsubsection*{Repositories} -We have set up master repositories for you to at the department. To -create a local clone you write something similar to: -\begin{lstlisting} -andersn@stodola: git clone gitolite@git.control.lth.se:frt090-2013-grupp-A -Cloning into 'frt090-2013-grupp-A'... -warning: You appear to have cloned an empty repository. -\end{lstlisting} -Just replace ``A'' with your gruoup denomination. You should now have -an empty (except for .git) directory called -\verb|frt090-2013-grupp-A|. - -\subsubsection*{ssh problems} - -If you want to be able to use more than one user account, for example -you want to access the master repository both from computers @control -and from your private laptop, you should make sure to use the same ssh -key pair on all user accounts. Otherwise you will not be allowed -access. You do this by copying \emph{both}\footnote{Well, you only - \emph{need} to copy the \emph{private} key, but it does not really - make sense to not also bring with you the public part.} key files to -the other user account you want to use. +% At the department we are running an instance of \emph{Gitlab} +% (\texttt{https://about.gitlab.com/}, a web-based system used for +% administering git repositories. We will set up + + +% We have set up master repositories for you to at the department. To +% create a local clone you write something similar to: +% \begin{lstlisting} +% andersn@stodola: git clone gitolite@git.control.lth.se:frt090-2013-grupp-A +% Cloning into 'frt090-2013-grupp-A'... +% warning: You appear to have cloned an empty repository. +% \end{lstlisting} +% Just replace ``A'' with your gruoup denomination. You should now have +% an empty (except for .git) directory called +% \verb|frt090-2013-grupp-A|. + +% \subsubsection*{ssh problems} + +% If you want to be able to use more than one user account, for example +% you want to access the master repository both from computers @control +% and from your private laptop, you should make sure to use the same ssh +% key pair on all user accounts. Otherwise you will not be allowed +% access. You do this by copying \emph{both}\footnote{Well, you only +% \emph{need} to copy the \emph{private} key, but it does not really +% make sense to not also bring with you the public part.} key files to +% the other user account you want to use.