remotes
This commit is contained in:
parent
e13879737a
commit
bc6c34c06b
|
|
@ -210,10 +210,30 @@
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\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}
|
\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}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue