David Valentine commited on 2026-04-24 18:21:30
Showing 1 changed files, with 1 additions and 1 deletions.
| ... | ... |
@@ -37,7 +37,7 @@ $ git push -u origin prod |
| 37 | 37 |
1. gérer les modifications dans les fichiers suivis |
| 38 | 38 |
1. tester la mise à jour localement |
| 39 | 39 |
1. merge maj into dev |
| 40 |
-1. git branch -g maj |
|
| 40 |
+1. git branch -d maj |
|
| 41 | 41 |
1. merge dev into prod |
| 42 | 42 |
1. update sportspress par l'interface wp-admin prod |
| 43 | 43 |
1. sur prod `git push -f` pour déployer les fichiers suivis |
| 44 | 44 |
\ No newline at end of file |
| 45 | 45 |