This commit is contained in:
Elnath 2017-10-06 01:44:19 +02:00
parent e13879737a
commit bc6c34c06b
4 changed files with 21 additions and 1 deletions

View File

@ -210,10 +210,30 @@
\end{itemize}
\end{frame}
\section{Dépôts distants (remotes)}
\begin{frame}
\frametitle{Les dépôts distants}
Chaque développeur a toujours une \textit{copie intégrale} du projet.
Il est possible d'avoir une copie du projet sur un serveur pour mettre en commun le travail.
\begin{block}{}
La copie d'un branche hébergée sur le serveur n'est qu'une branche. Elle peut être inspectée comme toute branche locale (il faut la récupérer avant).
\end{block}
\end{frame}
\begin{frame}
\frametitle{}
\begin{columns}[T]
\column{0.5\textwidth}
\begin{center}
\includegraphics[height=0.7\textheight]{img/remotes_non_diverging}
\end{center}
\column{0.5\textwidth}
\begin{center}
\includegraphics[height=0.7\textheight]{img/remotes_diverging}
\end{center}
\end{columns}
\end{frame}

BIN
img/remotes.dia Normal file

Binary file not shown.

BIN
img/remotes_diverging.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB