© 2023 Hashnode
#pull-requests
It is the most difficult for a beginner to create multiple pull requests in GitHub they say that the new commits merge with the Previous Pull Request. They often request maintainers to quickly merge i…
Hmm, the title sounds a bit clickbaity, doesn't it? However, I would like to take the time to discuss the git flow I'm using, what it entails, and why I believe it is essential for high-performing tea…
Introduction If you are wondering what is the difference between fork and clone, don't worry - that is a natural question to have when you are starting out with GitHub. In this reading I will answer t…
Introduction As software developers, we all want to know how we're performing and where we can improve. But with so many metrics out there, it can be hard to know which ones are actually useful and which ones are just noise. In this blog po…
Introduction Application developers rarely work alone. Large web/cloud/mobile development and data science projects will include many people – front-end developers, back-end developers, database admin…
Introduction Pull requests (PRs) have become an integral part of the software development process. They allow teams to collaborate on code and review changes before they are merged into the main branch. However, this new gate between mergin…
Introduction Have you ever looked at your pull requests and wondered what happened to them? Why did some get merged and others just sit there, abandoned? Well, every pull request has one of three outcomes: it gets merged, closed without mer…
One way to do this is through PR reviews, where team members review each other’s code changes before they are merged into the main codebase. Great reviews contribute to your own technical learning and…
Let the GitHub Knights of Branch Protection Guard Your Repo (📷 motoDanmoto) Fortify Your Repo 🏰 GitHub provides a suite of options that allow you to determine specific criteria that must be met befo…
As a maintainer of a very large repo, we ask our developers to use the Forking Workflow This has some challenges, especially when reviewing PRs and committing changes to those PRs on the respective, r…