Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
courses
Git course
Commits
b090bb4b
Commit
b090bb4b
authored
Sep 05, 2017
by
Mihai Lefter
Browse files
Extras handouts draft.
parent
df4c66e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/extras_handouts.tex
0 → 100644
View file @
b090bb4b
\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}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment