Common Workflow
- Create / clone a repository
- Create Branch
- Make changes in a Code Editor and stage them
- Commit changes
- Push to remote
- Create pull request on the git provider web interface
- Code review
- Merge to main branch on web interface or locally
- Delete feature branch