Mayur Badgujargit-github-mayur.hashnode.dev·Jan 8, 2025🎮 Welcome to Git & GitHub Adventure!Level 1: Git Basics 👋 Welcome, Developer!Congratulations on embarking on this journey to master the powerful tools of Git and GitHub. To make it fun and digestible, we’ve designed this guide like a game—each level brings you closer to becoming a Git...27 readsChaiCohort
Khushi Trivedikhushitrivedi.hashnode.dev·Jan 7, 2025FeaturedAdvanced GIT - Top 6 Version Control Hacks That Saves You TimeHere we are with another blog featuring Git. My previous write-up on version-control showed a pretty good response- which was a beginner-guide to learn the basics of Git Commands and Controls. Well, this blog is about some Git-Productivity hacks whic...21 likes·305 readscommunity
Jean-Mark Wrightjaywhy13.hashnode.dev·Dec 25, 2024Small PRs ship faster - QEDIntroduction Welcome to my very scientific paper where I propose that small PRs ship faster than big ones. I will construct my hypothesis with carefully crafted examples, concrete evidence and lots of words and sentences in general. I guarantee there...2 likes·71 readscode review
Simon Fosterfunkysi1701.hashnode.dev·Dec 19, 2024Automatic Pull RequestsCreating pull requests is part of the development process when working with version control systems like Git. Pull requests allow developers to propose changes to a codebase and collaborate with team members to review and merge those changes. When yo...Devops
Nadia Zubkon-coding.hashnode.dev·Dec 12, 2024The Beauty of Pull RequestsIntro and a bit of Backstory At the start of my web development journey, I was taught to always use pull requests (PRs), though I never fully understood the reasoning behind it since pushing to main seemed way quicker. I'm grateful for my experience ...55 readsPull Requests
Neeru Gangarhneerugangarh.hashnode.dev·Dec 7, 2024🚀 𝙂𝙞𝙩𝙃𝙪𝙗 𝙋𝙍𝙎 𝙖𝙣𝙙 𝙈𝙚𝙧𝙜𝙚 𝘾𝙤𝙣𝙛𝙡𝙞𝙘𝙩𝙨: 𝘼 𝙃𝙖𝙣𝙙𝙮 𝙂𝙪𝙞𝙙𝙚! 🔧Let’s talk about Pull Requests (PRs). Whether it’s a new feature, a bug fix, or even documentation updates, PRs help us share our work, receive feedback, and improve. But wait... what happens when you encounter merge conflicts? 😰 Here’s an easy-to-f...GitHub
Alexander Trotsenkoatrotsenko.hashnode.dev·Nov 25, 2024Как работать с пул-реквестами в личном репозитории GitHubВведение Обычно в инструкциях по пул-реквестам (pull request) GitHub рассматривают примеры на базе форков (fork). Мы же попрактикуем работу с пул-реквестом исключительно в пределах личного репозитория. С одной стороны, работать в личных репозиториях ...70 readsGitпул реквест
Jet Xullamapreview.hashnode.dev·Nov 15, 2024LlamaPReview: AI-Powered Code Review Assistant That Streamlines Your GitHub PRsIntroduction Code review is a critical but time-consuming part of the development process. As teams grow and pull requests multiply, maintaining consistent review quality becomes increasingly challenging. That's where LlamaPReview comes in - an AI-po...code review
Tomasz Gilblog.tomaszgil.me·Nov 12, 2024Knowing When Enough is Enough: Pull Request SizingDeciding the right size for a change in software projects can be challenging. Is a larger change necessarily bad? How do you effectively decide when to stop working on a change? How do you break it down? In this article, we explore the intricacies of...70 readsSoftware Engineering
Oluwadamisi SamuelforfreeCodeCampfreecodecamp.org·Oct 29, 2024How to Improve and Restructure Your Codebase with AI Tools & Version ControlA codebase can become messy and hard to manage over time. This happens because of quick fixes, outdated features, or just not enough time to clean things up. When code becomes difficult to read or change, it slows down progress and can even cause bug...best practices