Skip to content

Commit 92f9f2a

Browse files
committed
Add summary slide per chapter
1 parent 1415983 commit 92f9f2a

File tree

5 files changed

+55
-0
lines changed

5 files changed

+55
-0
lines changed

sections/branches.tex

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,3 +368,15 @@ \subsection{Restore stashed changes}
368368
\end{lstlisting}
369369
\end{frame}
370370

371+
\subsection{Summary}
372+
\begin{frame}[fragile]
373+
\subslidetitle
374+
What we've learned in this chapter:
375+
\begin{itemize}
376+
\item Create and delete branches
377+
\item Switch branches
378+
\item Rebase branches
379+
\item Merge branches
380+
\item Working with stashes
381+
\end{itemize}
382+
\end{frame}

sections/conflicts.tex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,3 +306,13 @@ \subsection{Resolve rebase conflict}
306306
Applying: add death-star
307307
\end{lstlisting}
308308
\end{frame}
309+
310+
\subsection{Summary}
311+
\begin{frame}[fragile]
312+
\subslidetitle
313+
What we've learned in this chapter:
314+
\begin{itemize}
315+
\item Why conflicts happen
316+
\item How to resolve conflicts
317+
\end{itemize}
318+
\end{frame}

sections/getting-started.tex

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,3 +462,15 @@ \subsection{Exercises}
462462

463463
\end{frame}
464464

465+
\subsection{Summary}
466+
\begin{frame}[fragile]
467+
\subslidetitle
468+
What we've learned in this chapter:
469+
\begin{itemize}
470+
\item How to add a file to the repository
471+
\item How to remove a file from the repository
472+
\item How to create a simple commit
473+
\item How to see file changes
474+
\item How Git keeps track of file modifications
475+
\end{itemize}
476+
\end{frame}

sections/making-a-change.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,3 +620,14 @@ \subsection{gitk}
620620
\centerline{\includegraphics[width=9cm]{../screen/gitk.png}}
621621
\end{frame}
622622

623+
\subsection{Summary}
624+
\begin{frame}[fragile]
625+
\subslidetitle
626+
What we've learned in this chapter:
627+
\begin{itemize}
628+
\item Characteristics of a commit
629+
\item How to view the commit history
630+
\item Make simple changes in the commit history
631+
\item Working with hunks
632+
\end{itemize}
633+
\end{frame}

sections/tags.tex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,13 @@ \subsection{Tag - Annotation}
5959
\end{frame}
6060

6161
% git checkout branch which was edited a long time ago, and we can continue to edit at this stage.
62+
63+
\subsection{Summary}
64+
\begin{frame}[fragile]
65+
\subslidetitle
66+
What we've learned in this chapter:
67+
\begin{itemize}
68+
\item What a Tag is
69+
\item Ways to tag a commit
70+
\end{itemize}
71+
\end{frame}

0 commit comments

Comments
 (0)