Common Workflow

  1. Create / clone a repository
  2. Create Branch
  3. Make changes in a Code Editor and stage them
  4. Commit changes
  5. Push to remote
  6. Create pull request on the git provider web interface
  7. Code review
  8. Merge to main branch on web interface or locally
  9. Delete feature branch