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

Fix git branch deletion syntax

parent 9e2db29f
No related branches found
No related tags found
No related merge requests found
......@@ -1569,7 +1569,7 @@
{
\ex{git checkout master}\\
\ex{git merge nouvfonc}\\
\ex{git delete branch nouvfonc}
\ex{git branch -d nouvfonc}
}
{strat2.png}
{
......@@ -1592,7 +1592,7 @@
\ex{git rebase master}\\
\ex{git checkout master}\\
\ex{git merge nouvfonc}\\
\ex{git delete branch nouvfonc}
\ex{git branch -d nouvfonc}
}
{strat3.png}
{
......@@ -1614,7 +1614,7 @@
\ex{git rebase master}\\
\ex{git checkout master}\\
\ex{git merge -{}-no-ff nouvfonc}\\
\ex{git delete branch nouvfonc}
\ex{git branch -d nouvfonc}
}
{strat4.png}
{
......@@ -1633,7 +1633,7 @@
{
\ex{git checkout master}\\
\ex{git merge nouvfonc -{}-no-ff}\\
\ex{git delete branch nouvfonc}
\ex{git branch -d nouvfonc}
}
{strat5.png}
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment