Skip to content
Snippets Groups Projects
Commit b090bb4b authored by Mihai Lefter's avatar Mihai Lefter
Browse files

Extras handouts draft.

parent df4c66e8
No related branches found
No related tags found
No related merge requests found
\documentclass{article}
\providecommand{\handoutsTitle}{GitLab and Markdown}
\usepackage{handouts}
\input{../shared/shared}
\begin{document}
\makeHeader
\subsubsection*{Collaboration}
In this practical, you'll work both with your repository and with the repository your neighbour created
during the previous practical. We'll refer to this repository as {\bf N}, and
to your own repository from the previous practical as {\bf Y}.
\bigskip
Make sure that your repository \textbf{Y} is private and add your colleague as a member to it as \textbf{Guest}.
\bigskip
Try to clone his or her repository to your local machine. Make sure to do this in a
separate directory.
\bigskip
Change the role of your neighbour from \textbf{Guest} to \textbf{Developer} and try to clone it again.
\bigskip
Edit locally a file from your neighbour \textbf{N} directory and try to push.
\bigskip
Make an issue that you are not able to push and ask to become a \textbf{Master} in the project.
Assign the issue to your neighbour.
\bigskip
Change the role of your neighbour from \textbf{Developer} to \textbf{Master} and try to push again.
\bigskip
Comment and close the issue that was assigned to you.
\bigskip
Inspect the commit graph on GitLab.
\bigskip
\subsubsection*{Markdown}
Edit the README file in such a way that at least the following markdown features are used:
\begin{itemize}
\item Multiple header levels.
\item Emphasis: italics, bold, combined, underscores.
\item Ordered and unordered lists.
\item Tables.
\item Links
\end{itemize}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment