Alex Visotskyalexvisotsky.hashnode.dev·Sep 5, 2024How to Determine the Effectiveness of a PR DepartmentMost small and medium business owners face a serious problem: the lack of a clear system for evaluating the effectiveness of PR activities. This often leads companies to either spend significant resources on PR without understanding the actual return...Discusspr
Indrajeet Gourindrajeetgour.hashnode.dev·Jul 11, 2023Addressing "Multiple Merge Bases Detected" Error in Pull RequestsIntroduction Encountering the "Multiple Merge Bases Detected" warning in a pull request (PR) can be a frustrating situation, potentially causing roadblocks to the merging process. In this article, we will explore an actionable solution to this issue ...Discuss·259 readsPull Requests
Sébastien NOIROTiwtyo.today·Mar 13, 2023Interactive git rebase : how to create nice PRDo you ever feel overwhelmed when looking at your list of commits before sending a pull request (PR)? Is it difficult for the reviewer to keep track of your different changes? Do you have chains of fixup commits in your PR? If so, Git has a great fea...Discuss·7 likes·98 readsTipsGit
Anupam Majhianupammajhi.hashnode.dev·Dec 17, 2021GitHub: Manage reviewers at dir/file levelWhen it comes to collaborative software development, efficiency in communication and planning are critical. GitHub offers a feature called "Code owners" to improve project management and facilitate cooperation. Let's see how this can improve your dev...DiscussCodeowners