Skip to content
Snippets Groups Projects
Commit 9c299e91 authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Récupération branche distante

parent 5017d4e9
No related branches found
No related tags found
No related merge requests found
......@@ -335,6 +335,23 @@
%======================================================================
\frame{\frametitle{Récupérer une nouvelle branche distante}
\begin{itemize}
\item
Particulièrement intéressant dans le cadre de pull/merge request
\item
Scénario : un contributeur a créé une nouvelle branche, qu'on
souhaite récupérer en local
\item
La syntaxe générale est (pour harmoniser les noms locaux/distants)\\
\ex{git checkout -b nouvbranche origin/nouvbranche}
ou \ex{git switch -C nouvbranche origin/nouvbranche} ?
\end{itemize}
}
%======================================================================
\frame{\frametitle{Pousser une branche vers une autre}
\begin{itemize}
\item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment