Skip to content

maneeelmns/ProgDest-miageG1

Repository files navigation

miageGR1

Launch a workflow when the code is updated

Create a new branch:

git branch newcarservice

Move to the new branch:

git checkout newcarservice

Update the code and commit changes:

git commit -a -m "newcarservice"

Push the changes to GitHub:

git push -u origin newcarservice

Create a Pull request on GitHub and follow the workflow.

Merge the branch on Github is everything is OK.

Then pull the new main version:

git checkout main
git pull origin main

If necessary delete the branch:

git branch -D newcarservice
git push origin --delete newcarservice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published