Outline complete
authorMart Lubbers <mart@martlubbers.net>
Thu, 16 Apr 2015 19:30:42 +0000 (21:30 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 16 Apr 2015 19:30:42 +0000 (21:30 +0200)
git.tex

diff --git a/git.tex b/git.tex
index 9cbbe7f..2ffc3bd 100644 (file)
--- a/git.tex
+++ b/git.tex
@@ -66,8 +66,7 @@
        \end{block}
 \end{frame}
 
        \end{block}
 \end{frame}
 
-\section{Basics}
-\subsection{Installation}
+\section{Installation}
 \begin{frame}[fragile]
        \begin{block}{{\Large\Smiley\Smiley} Linux}
                Depending on the distribution you may have to do:\\
 \begin{frame}[fragile]
        \begin{block}{{\Large\Smiley\Smiley} Linux}
                Depending on the distribution you may have to do:\\
@@ -89,7 +88,7 @@
 
 \end{frame}
 
 
 \end{frame}
 
-\subsection{Getting started}
+\section{Getting started \& Workflow}
 \begin{frame}[fragile]
        \frametitle{Getting started}
        \begin{block}{Check GIT version in (GIT) bash}
 \begin{frame}[fragile]
        \frametitle{Getting started}
        \begin{block}{Check GIT version in (GIT) bash}
@@ -138,6 +137,7 @@ refs/
        \end{figure}
 \end{frame}
 
        \end{figure}
 \end{frame}
 
+\section{Everything is a commit}
 \begin{frame}[fragile]
        \frametitle{Add and commit}
        \begin{lstlisting}
 \begin{frame}[fragile]
        \frametitle{Add and commit}
        \begin{lstlisting}
@@ -182,17 +182,33 @@ frobnicator@frobmachine:~/projects/myfirstproject\$ git commit
        \frametitle{Log \& Checkout}
        \begin{block}{\texttt{\$ git log}}
 
        \frametitle{Log \& Checkout}
        \begin{block}{\texttt{\$ git log}}
 
+       \end{block}
+       \begin{block}{\texttt{\$ git checkout}}
+
        \end{block}
 \end{frame}
 
        \end{block}
 \end{frame}
 
+\section{Branching and unevitable merging}
 \begin{frame}
 \begin{frame}
-       \frametitle{Add and commit}
+       \frametitle{Branching}
 \end{frame}
 
 \begin{frame}
 \end{frame}
 
 \begin{frame}
-       \frametitle{Add and commit}
+       \frametitle{Push \& Pull}
+\end{frame}
+
+\begin{frame}
+       \frametitle{Merge}
 \end{frame}
 
 \end{frame}
 
-\section{Branching}
+\section{Tips \& Tricks}
+\begin{frame}
+       \frametitle{\texttt{/home/frobnicator/.gitconfig}}
+\end{frame}
+
+\begin{frame}
+       \frametitle{Public key}
+
+\end{frame}
 
 \end{document}
 
 \end{document}