#Pull Request

2 posts

Practical Git Workflows #5: Running Pull Requests — Review Size, Commit Messages, and Draft PRs
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.

Git Basics #6: GitHub and Your First Pull Request
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.