Process Flow - Feature branch workflow
Start on main branch
Create feature branch
Work on feature branch
Commit changes
Push feature branch to remote
Open Pull Request
Code Review & Approve
Merge feature branch into main
Delete feature branch
Update local main branch
End
This flow shows how a developer creates a separate branch for a feature, works on it, pushes it, and merges it back to main after review.