From a045a787a502f9adf048fae4ca02d54f6113704a Mon Sep 17 00:00:00 2001 From: Camille Gaquiere Date: Fri, 29 Mar 2024 11:58:17 +0100 Subject: [PATCH] Update README.md --- docs/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index defa8aa..63f0942 100644 --- a/docs/README.md +++ b/docs/README.md @@ -75,12 +75,3 @@ Run the tests and generate the code coverage report: Run all checks like the Github CI: make ci - -### Import a commit into customers repo - -1. go to customer repo tree -2. add les tilleuls repo as a remote : `git remote add source git@github.com:coopTilleuls/plateformcoop-ebs.git` -3. change to sync branch : `git checkout chore/sync-les-tilleuls` -4. update the branch by merging main : `git merge main` -5. update source remote : `git fetch source` -6. cherry-pick the commits you want : `git cherry-pick `