Commit a1152143 authored by Arnaud Legrand's avatar Arnaud Legrand

Adding a failed git push to the animation

parent 1ca5183d
......@@ -435,7 +435,7 @@ Accès à un certain nombre de fichiers.
{left=of master}
{master}
}
\onslide<5-8>{
\onslide<5-9>{
\gitDAG[grow up=0.75, branch left=0.75]{
A -- B -- C -- D -- E -- F1[as=F]
};
......@@ -449,7 +449,7 @@ Accès à un certain nombre de fichiers.
{left=of master}
{master}
}
\onslide<9>{
\onslide<10>{
\gitDAG[grow up=0.75, branch left=0.75]{
A -- B -- C -- D -- E -- {
G,
......@@ -505,7 +505,7 @@ Accès à un certain nombre de fichiers.
{right=of E}
{E}
}
\onslide<6-7>{
\onslide<6-8>{
% Remote branch
\gitremotebranch
[origmaster]
......@@ -513,7 +513,7 @@ Accès à un certain nombre de fichiers.
{right=of F1}
{F1}
}
\onslide<8>{
\onslide<9>{
% Remote branch
\gitremotebranch
[origmaster]
......@@ -521,7 +521,7 @@ Accès à un certain nombre de fichiers.
{right=of F1,opacity=0.5}
{F1}
}
\onslide<9>{
\onslide<10>{
% Remote branch
\gitremotebranch
[origmaster3]
......@@ -563,7 +563,7 @@ Accès à un certain nombre de fichiers.
{right=of master}
{master}
}
\onslide<5-6>{
\onslide<5-7>{
\gitDAG[grow up=0.75, branch right=0.75]{
A -- B -- C -- D -- E -- G
};
......@@ -577,7 +577,7 @@ Accès à un certain nombre de fichiers.
{right=of master}
{master}
}
\onslide<7-9>{
\onslide<8-10>{
\gitDAG[grow up=0.75, branch right=0.75]{
A -- B -- C -- D -- E -- {
G,
......@@ -610,7 +610,7 @@ Accès à un certain nombre de fichiers.
% Liens de Benoît avec Origin/master
\draw<1-2>[DAGrefedge] (C) -- (origmaster1);
\draw<4-5>[DAGrefedge] (E) -- (origmaster2);
\draw<9>[DAGrefedge] (H) -- (origmaster3);
\draw<10>[DAGrefedge] (H) -- (origmaster3);
#+END_EXPORT
*** Gitlab :ignore:
#+BEGIN_EXPORT latex
......@@ -645,7 +645,7 @@ Accès à un certain nombre de fichiers.
{left=of master}
{master}
}
\onslide<6-7>{
\onslide<6-8>{
\gitDAG[grow up=0.75, branch left=0.75]{
A -- B -- C -- D -- E -- F1[as=F]
};
......@@ -659,7 +659,7 @@ Accès à un certain nombre de fichiers.
{left=of master}
{master}
}
\onslide<8>{
\onslide<9-10>{
\gitDAG[grow up=0.75, branch left=0.75]{
A -- B -- C -- D -- E -- {
G,
......@@ -715,9 +715,9 @@ Accès à un certain nombre de fichiers.
{F1}
}
% Pull de Benoît
\draw<7>[->,-Latex] (origin) to[out=0,in=90] node[midway,font=\scriptsize,above right]{\texttt{git pull}} (historique de Benoit);
\onslide<7>{
% Push raté de Benoît
\draw<7>[->,-Latex] (historique de Benoit) to[out=90,in=0] node[midway,font=\scriptsize,above right, strike out, draw=red, line width=2pt]{\texttt{git push}} (origin);
\onslide<7-8>{
% Remote branch
\gitremotebranch
[origmaster]
......@@ -726,9 +726,12 @@ Accès à un certain nombre de fichiers.
{F}
}
% Pull de Benoît
\draw<8>[->,-Latex] (origin) to[out=0,in=90] node[midway,font=\scriptsize,above right]{\texttt{git pull}\quad \normalsize \fbox{Conflict?}} (historique de Benoit);
% Push de Benoît
\draw<8>[->,-Latex] (historique de Benoit) to[out=90,in=0] node[midway,font=\scriptsize,above right]{\texttt{git push}} (origin);
\onslide<8-9>{
\draw<9>[->,-Latex] (historique de Benoit) to[out=90,in=0] node[midway,font=\scriptsize,above right]{\texttt{git push}} (origin);
\onslide<9-10>{
% Remote branch
\gitremotebranch
[origmaster]
......@@ -738,7 +741,7 @@ Accès à un certain nombre de fichiers.
}
% Pull de Chloé
\draw<9>[->,-Latex] (origin) to[out=180,in=90]
\draw<10>[->,-Latex] (origin) to[out=180,in=90]
node[midway,font=\scriptsize,above left]{\texttt{git pull}}
(historique de Chloe);
#+END_EXPORT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment