Best Practices for GitHub Repositories
Learn how to manage your GitHub repository when more people start joining your team.
StartKey Concepts
Review core concepts you need to learn to master this subject
Pull Requests on GitHub
Writing a Good Pull Request
Git Rebase
GitHub Repository Settings
Using .gitignore in a GitHub Repository
Pull Requests on GitHub
Pull Requests on GitHub
A pull request is a feature of GitHub and other source code management tools that allow a repository’s collaborators to review and give feedback on proposed code changes before they are accepted and merged to another branch, usually the main branch. Each pull request creates a discussion forum that can be used by reviewers and authors alike to highlight or add comments to a single line of code or chunk of code, add videos or images, etc.
Going through the pull request process can increase group knowledge, improve product quality, and develop professional skills through group critique.