Update README.md
This commit is contained in:
parent
9a1a201cf0
commit
f89f89545f
|
@ -143,7 +143,7 @@ git fetch origin
|
|||
On crée une nouvelle branche correspondant à la nouvelle version à installer (qui apparaît dans les résultats du git fetch) avec x.x.x la version choisie, et *dérivant de la branche actuelle (la version actuellement déployée)* :
|
||||
|
||||
```
|
||||
git branch ctrlv.chalec.org-x.x.x
|
||||
git branch ctrlv.chalec.org-x.x.x && git switch ctrlv.chalec.org-x.x.x
|
||||
```
|
||||
|
||||
On fusionne la nouvelle version dans la branche :
|
||||
|
|
Loading…
Reference in New Issue