====== Make your changes and push to bitbucket ======
==== Make your changes to the code using Eclipse =====
Please use Eclipse to make your changes to your local solution.
==== Review yuour changes ====
git status
==== Commit changes ====
git add .
git commit -m "chaning folder name"
git push origin development
[[tech2018:development_workflow| back to Tech2018/S3/The development workflow]]