Skip to content

Commit fc9634a

Browse files
committed
Fix typo. Ignore pdf output.
1 parent 16cf8d2 commit fc9634a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,5 @@ TSWLatexianTemp*
180180
*~[0-9]*
181181

182182
# Output files
183-
larics-git-tutorial-intro*.pdf
183+
/*.pdf
184184

basicbasics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ \section{The basic basics}
126126

127127
\begin{block}{Task A [Mirko]: Fork the example repository}
128128

129-
To fork a repository, simply click the \includegraphics[scale=0.35]{fork} \, icon in the top right corner of the repository webpage. For this tutorial, you will need to clone the \href{https://github.com/larics/git-tutorial-code.git}{larics/git-tutorial-code} repository.
129+
To fork a repository, simply click the \includegraphics[scale=0.35]{fork} \, icon in the top right corner of the repository webpage. For this tutorial, you will need to fork the \href{https://github.com/larics/git-tutorial-code.git}{larics/git-tutorial-code} repository.
130130
\end{block}
131131

132132
\begin{block}{Task B [Mirko]: Add a collaborator to your forked repository}

0 commit comments

Comments
 (0)