diff --git a/git.tex b/git.tex index 99ecd633f15ed7138c66461a518e340c63dfe6fb..6fff828c9c8b5852968ca8319cff9ba2197ae4b0 100644 --- a/git.tex +++ b/git.tex @@ -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} {