4 262
modifications
Ligne 77 : | Ligne 77 : | ||
<pre>git branch -d BRANCHE</pre> | <pre>git branch -d BRANCHE</pre> | ||
= | =Mettre à jour la liste des branches distantes= | ||
<pre>git remote update --prune</pre> | <pre>git remote update --prune</pre> | ||
=Merge= | |||
==dry run== | |||
<pre>git merge --no-commit --no-ff $BRANCH</pre> | |||
Puis | |||
<pre>git merge --abort</pre> |