Files
Louis Gallet 891775bc1d
Some checks failed
Build LaTeX PDF / build (push) Has been cancelled
feat: Finish presentation
2026-03-06 16:17:53 +01:00

9 lines
383 B
TeX

\begin{frame}
\frametitle{How do we name them?}
\framesubtitle{Naming convention}
\begin{itemize}
\item<1-> master: the main branch, containing production code
\item<3-> feature/xxx: feature branches, containing new features under development
\item<4-> fix/xxx: bugfix branches, containing bug fixes under development
\end{itemize}
\end{frame}