#Pull Request
2 posts
8 min read
Practical Git Workflows #5: Running Pull Requests — Review Size, Commit Messages, and Draft PRs
Criteria for splitting PRs into reviewable sizes, the Conventional Commits convention, draft PRs and self-review, PR templates and branch protection. Running Pull Requests from the operations point of view.
7 min read
Git Basics #6: GitHub and Your First Pull Request
Create a repository on GitHub, connect your local repository, and follow a first Pull Request end to end — from branching through review feedback to merging and cleanup. The final part of the Git Basics series.