Standard development workflow using feature branches, pull requests, and merging back to main.
gitGraph
commit
commit
branch feature
checkout feature
commit
commit
checkout main
merge feature
commit
commitGit Workflows