richarddushime / E-Commerce-web-application

E-commerce Web application
1 stars 2 forks source link

Dynamic #8

Closed danielmarv closed 1 year ago

danielmarv commented 1 year ago

Now i have put some dynamic changes to the application so merge them

richarddushime commented 1 year ago

Step 1: From your project repository, check out a new branch and test the changes.

git checkout -b danielmarv-main main
git pull https://github.com/danielmarv/E-Commerce-web-application.git main

Step 2: Merge the changes and update on GitHub.


git checkout main
git merge --no-ff danielmarv-main
git push origin main