SHELL:=/bin/bash
+.PHONY: clean clobber
+
git.pdf: git.tex preamble.fmt 1.png
pdflatex $<
- pdflatex $<
preamble.fmt: preamble.tex vc.tex
pdflatex -ini -jobname="$(basename $<)" "&pdflatex $<\dump"
git log -1 --format="format:\\gdef\\GITAbrHash{%H}" > $@
clean:
- $(RM) -v *.{png,eps,aux,fmt,bbl,blg,dvi,log,out,toc,nav,snm,pdf} vc.tex
+ $(RM) -v *.{eps,aux,fmt,bbl,blg,dvi,log,out,toc,nav,snm} vc.tex
+
+clobber: clean
+ $(RM) -v *.{png,pdf}
\end{frame}
\begin{frame}
- \frametitle{Why GIT?}
- \framesubtitle{Where did GIT come from?}
+ \frametitle{Where did GIT come from?}
\begin{block}{Since 2005}
\begin{columns}
\column{0.4\linewidth}
\end{figure}
\end{columns}
\end{block}
-
- \begin{block}{Why GIT}
- Fast, scalable, simple, support for non-linear development.
+
+ \begin{block}{What is GIT?}
+ \begin{itemize}
+ \item Version control
+ \end{itemize}
+ \end{block}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Why GIT?}
+ \begin{block}{Pros}
+ \begin{itemize}
+ \item Fast
+ \item Scaleable
+ \item Simple
+ \item Support for non linear development
+ \item Intermediate stage between committing and pushing
+ \end{itemize}
+ \end{block}
+
+ \begin{block}{Cons}
+ \begin{itemize}
+ \item Binary files
+ \item Intermediate stage between committing and pushing
+ \end{itemize}
\end{block}
\end{frame}
\input{vc.tex}
-\title[GIT]{Git flashtalk}
+\title[GIT]{GIT flashtalk}
\subtitle{A short introduction to GIT}
\author[Lubbers]{M.~Lubbers\inst{1}}
\institute[Radboud University]{%
Radboud University Nijmegen
}
\date[2015]{\today}
-\subject{Git}
+\subject{GIT}
\AtBeginSection[]
{