Contribution Guidelines
Contribution Guidelines
Contribution Guidelines
git clone https://github.com/amineXguesmi/cicd_pipeline.git cd auth-ms
git checkout -b feature/your-feature-name
go test
git add . git commit -m "Add <your-description-here>"
git push origin feature/your-feature-name
Last updated