Update README.md

This commit is contained in:
Camille Gaquiere 2024-03-29 11:58:17 +01:00 committed by GitHub
parent e5872a7d13
commit a045a787a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,12 +75,3 @@ Run the tests and generate the code coverage report:
Run all checks like the Github CI: Run all checks like the Github CI:
make 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 <commit ref>`