This is meant to help as a guide when it comes to a Edge development workflow.
- Launch
Edge C__edgecommmand app located in your desktop and make sure it doesn't retrieve an error. - Checkout
mainbranch usinggit checkout main - Make sure to pull latest change using
git pull - At this moment you can create your own development branch following this standard user/[your-user-name]/[branch-name-based-on-dev-work]. For example:
user/orodriguez/pi-feature-flag