Skip to content

Commit 3588d4a

Browse files
committed
Fix intro
1 parent 9b3a7c5 commit 3588d4a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

chapters/workflows/intro.tex

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%! suppress = MissingImport
12
\section{Git Workflows}\label{sec:git-workflows}
23
\begin{frame}[c]
34
\centering
@@ -26,9 +27,14 @@ \section{Git Workflows}\label{sec:git-workflows}
2627
\large
2728
\textbf{Was ist ein Git Workflow?}
2829
\vspace{2em}
29-
\begin{itemize}[<+->]
30-
\item Dezentrales Version Control System
31-
\item Ein \textbf{Commit} ist ein Zeiger auf einen Zustand vom Repository
32-
\item Eine \textbf{Branch} ist ein Zeiger auf einen \textbf{Commit}
33-
\end{itemize}
30+
\only<2->{
31+
\linebreak
32+
\textit{Ein Git Workflow ist eine Rezeptur oder Empfehlung zur Verwendung von Git,
33+
die eine konsistente und produktive Arbeitsweise ermöglichen soll}
34+
\vspace{2em}
35+
\linebreak
36+
\textbf{
37+
\href{https://www.atlassian.com/de/git/tutorials/comparing-workflows}{Atlassian}
38+
}
39+
}
3440
\end{frame}

0 commit comments

Comments
 (0)