techniques pull

This commit is contained in:
Elnath 2017-10-06 02:02:59 +02:00
parent 20ff0bd8b2
commit 228c8b724f
6 changed files with 30 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
*.tex.kate-swp
*.vrb
*.backup
*.autosave

View File

@ -262,11 +262,39 @@
\item Dans le cas que la branche remote n'existe pas (elle va être crée): \verb|git push -u origin NAME|
\end{itemize}
\end{itemize}
\end{frame}
\subsection{Les techniques de pull}
\begin{frame}
\frametitle{Pull merge (default)}
\begin{columns}[T]
\column{0.5\textwidth}
\begin{center}
\includegraphics[height=0.7\textheight]{img/pull_before}
\end{center}
\column{0.5\textwidth}
\begin{center}
\includegraphics[height=0.7\textheight]{img/pull_merge}
\end{center}
\end{columns}
\end{frame}
\begin{frame}
\frametitle{Pull rebase}
\begin{columns}[T]
\column{0.5\textwidth}
\begin{center}
\includegraphics[height=0.7\textheight]{img/pull_before}
\end{center}
\column{0.5\textwidth}
\begin{center}
\includegraphics[height=0.7\textheight]{img/pull_rebase}
\end{center}
\end{columns}
\end{frame}
\begin{frame}
\frametitle{}
\end{frame}

BIN
img/pull.dia Normal file

Binary file not shown.

BIN
img/pull_before.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
img/pull_merge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
img/pull_rebase.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB