From 7a01420c7afc85b94957a5e0411f146125e9131e Mon Sep 17 00:00:00 2001
From: Philippe Dosch <Philippe.Dosch@loria.fr>
Date: Sat, 24 Mar 2018 21:26:52 +0100
Subject: [PATCH] =?UTF-8?q?1=20comment=20utile=20+=20MAJ=20branche=20?=
 =?UTF-8?q?=C3=A0=20branche?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 advancedgit.tex | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/advancedgit.tex b/advancedgit.tex
index 23240f6..a89e8d8 100644
--- a/advancedgit.tex
+++ b/advancedgit.tex
@@ -311,6 +311,10 @@
 % Prendre exemple sur ce que j'en fais : "vcsh list"
 
 
+% Encore un très bon site de ressources :
+% http://www.git-attitude.fr/
+% Avec des articles très bien détaillés et up to date
+
 %======================================================================
 
 \section{Et avec les branches ?}
@@ -331,6 +335,19 @@
 %======================================================================
 
 
+\frame{\frametitle{Pousser une branche vers une autre}
+  \begin{itemize}
+  \item
+    Particulièrement intéressant dans le cadre de pull/merge request
+  \item
+    La syntaxe générale est\\
+    \ex{git push origin branch1:branch2}
+  \end{itemize}
+}
+
+%======================================================================
+
+
 \frame{\frametitle{Trucs et astuces}
   \begin{itemize}
   \item
-- 
GitLab