Skip to content

Commit b328285

Browse files
committed
Fix gitflow slide
1 parent 703dddc commit b328285

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

sections/remotes.tex

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ \subsection{Workflows / Branching Models}
215215

216216
\vspace{2em}
217217
\begin{itemize}
218-
\item only the \lstinline{master} branch is used
219-
\item first rebase, then push
220-
\item often used to transition from old-ish CVS
218+
\item Only the \lstinline{master} branch is used
219+
\item First rebase, then push
220+
\item Often used to transition from old-ish CVS
221221
\end{itemize}
222222
\end{frame}
223223

@@ -229,22 +229,21 @@ \subsection{Workflows / Branching Models}
229229

230230
\vspace{2em}
231231
\begin{itemize}
232-
\item development in small feature branches
233-
\item chance for Pull Requests
234-
\item no broken code on \lstinline{master}
232+
\item Development in small feature branches
233+
\item Chance for Pull Requests
234+
\item No broken code on \lstinline{master}
235235
\end{itemize}
236236
\end{frame}
237237

238238
\subsection{Workflows / Branching Models}
239239
\begin{frame}[fragile]
240240
\subslidetitle
241241
Gitflow Workflow
242-
\center \includegraphics{diagrams/git-gitflow-workflow.pdf}
242+
\center \includegraphics[width=\textwidth]{diagrams/git-gitflow-workflow.pdf}
243243

244-
\vspace{2em}
245244
\begin{itemize}
246-
\item like \textit{Feature Branch Workflow}
247-
\item assign special roles to certain branches
245+
\item Like \textit{Feature Branch Workflow}
246+
\item Assign special roles to certain branches
248247
\end{itemize}
249248

250249
\end{frame}
@@ -257,9 +256,9 @@ \subsection{Workflows / Branching Models}
257256

258257
\vspace{2em}
259258
\begin{itemize}
260-
\item every contributor has it's own copy (fork) of the repo
261-
\item contribute with Pull Requests
262-
\item most often used in Open Source
259+
\item Every contributor has it's own copy (fork) of the repo
260+
\item Contribute with Pull Requests
261+
\item Most often used in Open Source
263262
\end{itemize}
264263

265264
\end{frame}

0 commit comments

Comments
 (0)